#23826F

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

Shades of Elf Green #23826F

Tints of Elf Green #23826F

Color information

#23826F (or 0x23826F) is unknown color: approx Elf Green. HEX triplet: 23, 82 and 6F. RGB value is (35,130,111). Sum of RGB (Red+Green+Blue) = 35+130+111=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #23826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23826F is #DC7D90. Grayscale: #636363. Windows color (decimal): -14450065 or 7307811. OLE color: 7307811.

HSL color Cylindrical-coordinate representation of color #23826F: hue angle of 168º degrees, saturation: 0.58, 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 #23826F is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB35130111-
CMYK0.7300.150.49
HSL168º57.58%32.35%-
HSV(B)168º73.08%50.98%-
XYZ11.5517.4717.8-
YUV99.43134.5382.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.68%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 111 (43.75% from 255) = 40.22%
R=12.68%
G=47.10%
B=40.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal351301110.7300.150.4916857.5832.35
Hex23826F490F31a83a20
Octal43202157111017612507240
Binary10001110000010110111110010010111111000110101000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23826F; }

 p { color: rgb(35,130,111); }

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

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

 a { background-color: rgb(35,130,111); }

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

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

 span { border-color: rgb(35,130,111); }

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