Html Css Color HEX #299572 Elf Green

📋 copy color: '#299572'

red 41 ◦ green 149 ◦ blue 114

#299572
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #299572

Tints of Elf Green #299572

RGB

 RED value IS 41 (16.41% from 255) = 13.49%

 GREEN value IS 149 (58.59% from 255) = 49.01%

 BLUE value IS 114 (44.92% from 255) = 37.5%

R = 13.49%
G = 49.01%
B = 37.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#299572 (or 0x299572) is known color: Elf Green. HEX triplet: 29, 95 and 72. RGB value is (41,149,114). Sum of RGB (Red+Green+Blue) = 41+149+114=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #299572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299572 is #D66A8D. Grayscale: #707070. Windows color (decimal): -14051982 or 7509289. OLE color: 7509289.

HSL color Cylindrical-coordinate representation of color #299572: hue angle of 160.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299572 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 149 114 -
CMYK 0.72 0 0.23 0.42
HSL 160.56º 0.57% 0.37% -
HSV(B) 160.56º 0.72% 0.58% -
XYZ 14.7 23.18 19.62 -
YUV 112.72 128.72 76.85 -
System Red Green Blue C M Y K H S L
Decimal 41 149 114 0.72 0 0.23 0.42 160.56 0.57 0.37
Hex 29 95 72 48 0 17 2A A1 39 25
Octal 51 225 162 110 0 27 52 241 71 45
Binary 101001 10010101 1110010 1001000 0 10111 101010 10100001 111001 100101

Color Harmonies of #299572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299572

Black with #299572

Text Example


Text Example

White with #299572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299572; }

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

 H1.HeaderClassName
 {
   color: #299572;
 }
 .AnyTagClassName
 {
   color: #299572;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #299572;
 }
 .BgClassName
 {
   background-color: #299572;
 }
</style>

border-color css

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

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

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