#238175

Color #238175 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #238175

Tints of Elm #238175

Color information

#238175 (or 0x238175) is unknown color: approx Elm. HEX triplet: 23, 81 and 75. RGB value is (35,129,117). Sum of RGB (Red+Green+Blue) = 35+129+117=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #238175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238175 is #DC7E8A. Grayscale: #636363. Windows color (decimal): -14450315 or 7700771. OLE color: 7700771.

HSL color Cylindrical-coordinate representation of color #238175: hue angle of 172.34º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238175 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB35129117-
CMYK0.7300.090.49
HSL172.34º57.32%32.16%-
HSV(B)172.34º72.87%50.59%-
XYZ11.7517.3419.56-
YUV99.53137.8681.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 12.46%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=12.46%
G=45.91%
B=41.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal351291170.7300.090.49172.3457.3232.16
Hex238175490931ac3920
Octal43201165111011612547140
Binary10001110000001111010110010010100111000110101100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238175; }

 p { color: rgb(35,129,117); }

 H1.HeaderClassName
 {
   color: #238175;
 }
 .AnyTagClassName
 {
   color: #238175;
 }
</style>
background-color css

<style>
 a { background-color: #238175; }

 a { background-color: rgb(35,129,117); }

 div.DivClassName
 {
   background-color: #238175;
 }
 .BgClassName
 {
   background-color: #238175;
 }
</style>
border-color css

<style>
 span { border-color: #238175; }

 span { border-color: rgb(35,129,117); }

 td.TdClassName
 {
   border-color: #238175;
 }
 .TagClassName
 {
   border-color: #238175;
 }
</style>