#299B72

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

Shades of Elf Green #299B72

Tints of Elf Green #299B72

Color information

#299B72 (or 0x299B72) is unknown color: approx Elf Green. HEX triplet: 29, 9B and 72. RGB value is (41,155,114). Sum of RGB (Red+Green+Blue) = 41+155+114=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #299B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B72 is #D6648D. Grayscale: #747474. Windows color (decimal): -14050446 or 7510825. OLE color: 7510825.

HSL color Cylindrical-coordinate representation of color #299B72: hue angle of 158.42º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299B72 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB41155114-
CMYK0.7400.260.39
HSL158.42º58.16%38.43%-
HSV(B)158.42º73.55%60.78%-
XYZ15.6725.1319.94-
YUV116.24126.7374.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.23%
GREEN value IS 155 (60.94% from 255) = 50%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=13.23%
G=50%
B=36.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411551140.7400.260.39158.4258.1638.43
Hex299B724A01A279e3a26
Octal51233162112032472367246
Binary101001100110111110010100101001101010011110011110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299B72; }

 p { color: rgb(41,155,114); }

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

<style>
 a { background-color: #299B72; }

 a { background-color: rgb(41,155,114); }

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

<style>
 span { border-color: #299B72; }

 span { border-color: rgb(41,155,114); }

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