#229D6C

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

Shades of Elf Green #229D6C

Tints of Elf Green #229D6C

Color information

#229D6C (or 0x229D6C) is unknown color: approx Elf Green. HEX triplet: 22, 9D and 6C. RGB value is (34,157,108). Sum of RGB (Red+Green+Blue) = 34+157+108=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #229D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229D6C is #DD6293. Grayscale: #727272. Windows color (decimal): -14508692 or 7118114. OLE color: 7118114.

HSL color Cylindrical-coordinate representation of color #229D6C: hue angle of 156.1º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229D6C is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB34157108-
CMYK0.7800.310.38
HSL156.1º64.4%37.45%-
HSV(B)156.1º78.34%61.57%-
XYZ15.4225.5418.3-
YUV114.64124.2570.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.37%
GREEN value IS 157 (61.72% from 255) = 52.51%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=11.37%
G=52.51%
B=36.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal341571080.7800.310.38156.164.437.45
Hex229D6C4E01F269c4025
Octal422351541160374623410045
Binary1000101001110111011001001110011111100110100111001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229D6C; }

 p { color: rgb(34,157,108); }

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

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

 a { background-color: rgb(34,157,108); }

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

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

 span { border-color: rgb(34,157,108); }

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