Html Css Color HEX #299E72 Eucalyptus

📋 copy color: '#299E72'

red 41 ◦ green 158 ◦ blue 114

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

Shades of Eucalyptus #299E72

Tints of Eucalyptus #299E72

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.48%

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

R = 13.1%
G = 50.48%
B = 36.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#299E72 (or 0x299E72) is known color: Eucalyptus. HEX triplet: 29, 9E and 72. RGB value is (41,158,114). Sum of RGB (Red+Green+Blue) = 41+158+114=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #299E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299E72 is #D6618D. Grayscale: #767676. Windows color (decimal): -14049678 or 7511593. OLE color: 7511593.

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

Color convert

RGB 41 158 114 -
CMYK 0.74 0 0.28 0.38
HSL 157.44º 0.59% 0.39% -
HSV(B) 157.44º 0.74% 0.62% -
XYZ 16.18 26.14 20.11 -
YUV 118 125.74 73.08 -
System Red Green Blue C M Y K H S L
Decimal 41 158 114 0.74 0 0.28 0.38 157.44 0.59 0.39
Hex 29 9E 72 4A 0 1C 26 9D 3B 27
Octal 51 236 162 112 0 34 46 235 73 47
Binary 101001 10011110 1110010 1001010 0 11100 100110 10011101 111011 100111

Color Harmonies of #299E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299E72

Black with #299E72

Text Example


Text Example

White with #299E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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