#23806E

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

Shades of Elf Green #23806E

Tints of Elf Green #23806E

Color information

#23806E (or 0x23806E) is unknown color: approx Elf Green. HEX triplet: 23, 80 and 6E. RGB value is (35,128,110). Sum of RGB (Red+Green+Blue) = 35+128+110=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #23806E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23806E is #DC7F91. Grayscale: #626262. Windows color (decimal): -14450578 or 7241763. OLE color: 7241763.

HSL color Cylindrical-coordinate representation of color #23806E: hue angle of 168.39º 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 #23806E is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB35128110-
CMYK0.7300.140.50
HSL168.39º57.06%31.96%-
HSV(B)168.39º72.66%50.2%-
XYZ11.2316.9217.43-
YUV98.14134.6982.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.82%
GREEN value IS 128 (50.39% from 255) = 46.89%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=12.82%
G=46.89%
B=40.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal351281100.7300.140.50168.3957.0631.96
Hex23806E490E32a83920
Octal43200156111016622507140
Binary10001110000000110111010010010111011001010101000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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