#23866C

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

Shades of Elf Green #23866C

Tints of Elf Green #23866C

Color information

#23866C (or 0x23866C) is unknown color: approx Elf Green. HEX triplet: 23, 86 and 6C. RGB value is (35,134,108). Sum of RGB (Red+Green+Blue) = 35+134+108=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #23866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23866C is #DC7993. Grayscale: #656565. Windows color (decimal): -14449044 or 7112227. OLE color: 7112227.

HSL color Cylindrical-coordinate representation of color #23866C: hue angle of 164.24º 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 #23866C is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB35134108-
CMYK0.7400.190.47
HSL164.24º58.58%33.14%-
HSV(B)164.24º73.88%52.55%-
XYZ11.9318.4917.13-
YUV101.44131.780.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.64%
GREEN value IS 134 (52.73% from 255) = 48.38%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=12.64%
G=48.38%
B=38.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal351341080.7400.190.47164.2458.5833.14
Hex23866C4A0132Fa43b21
Octal43206154112023572447341
Binary100011100001101101100100101001001110111110100100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23866C; }

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

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

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

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

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

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

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

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