#23806C

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

Shades of Elf Green #23806C

Tints of Elf Green #23806C

Color information

#23806C (or 0x23806C) is unknown color: approx Elf Green. HEX triplet: 23, 80 and 6C. RGB value is (35,128,108). Sum of RGB (Red+Green+Blue) = 35+128+108=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #23806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23806C is #DC7F93. Grayscale: #616161. Windows color (decimal): -14450580 or 7110691. OLE color: 7110691.

HSL color Cylindrical-coordinate representation of color #23806C: hue angle of 167.1º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23806C is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB35128108-
CMYK0.7300.160.50
HSL167.1º57.06%31.96%-
HSV(B)167.1º72.66%50.2%-
XYZ11.1216.8816.86-
YUV97.91133.6983.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.92%
GREEN value IS 128 (50.39% from 255) = 47.23%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=12.92%
G=47.23%
B=39.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal351281080.7300.160.50167.157.0631.96
Hex23806C4901032a73920
Octal43200154111020622477140
Binary100011100000001101100100100101000011001010100111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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