#238674

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

Shades of Elf Green #238674

Tints of Elf Green #238674

Color information

#238674 (or 0x238674) is unknown color: approx Elf Green. HEX triplet: 23, 86 and 74. RGB value is (35,134,116). Sum of RGB (Red+Green+Blue) = 35+134+116=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #238674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238674 is #DC798B. Grayscale: #666666. Windows color (decimal): -14449036 or 7636515. OLE color: 7636515.

HSL color Cylindrical-coordinate representation of color #238674: hue angle of 169.09º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238674 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB35134116-
CMYK0.7400.130.47
HSL169.09º58.58%33.14%-
HSV(B)169.09º73.88%52.55%-
XYZ12.3718.6719.47-
YUV102.35135.779.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 134 (52.73% from 255) = 47.02%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=12.28%
G=47.02%
B=40.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal351341160.7400.130.47169.0958.5833.14
Hex2386744A0D2Fa93b21
Octal43206164112015572517341
Binary10001110000110111010010010100110110111110101001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238674; }

 p { color: rgb(35,134,116); }

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

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

 a { background-color: rgb(35,134,116); }

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

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

 span { border-color: rgb(35,134,116); }

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