Html Css Color HEX #299A5A Eucalyptus

📋 copy color: '#299A5A'

red 41 ◦ green 154 ◦ blue 90

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

Shades of Eucalyptus #299A5A

Tints of Eucalyptus #299A5A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 54.04%

 BLUE value IS 90 (35.55% from 255) = 31.58%

R = 14.39%
G = 54.04%
B = 31.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#299A5A (or 0x299A5A) is known color: Eucalyptus. HEX triplet: 29, 9A and 5A. RGB value is (41,154,90). Sum of RGB (Red+Green+Blue) = 41+154+90=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 154 (60.55% from 255 or 54.04% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 154 - color contains mainly: green. Hex color #299A5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299A5A is #D665A5. Grayscale: #717171. Windows color (decimal): -14050726 or 5937705. OLE color: 5937705.

HSL color Cylindrical-coordinate representation of color #299A5A: hue angle of 146.02º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299A5A is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 154 90 -
CMYK 0.73 0 0.42 0.40
HSL 146.02º 0.58% 0.38% -
HSV(B) 146.02º 0.73% 0.6% -
XYZ 14.32 24.32 13.61 -
YUV 112.92 115.06 76.7 -
System Red Green Blue C M Y K H S L
Decimal 41 154 90 0.73 0 0.42 0.40 146.02 0.58 0.38
Hex 29 9A 5A 49 0 2A 28 92 3A 26
Octal 51 232 132 111 0 52 50 222 72 46
Binary 101001 10011010 1011010 1001001 0 101010 101000 10010010 111010 100110

Color Harmonies of #299A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299A5A

Black with #299A5A

Text Example


Text Example

White with #299A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,154,90); }

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

background-color css

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

 a { background-color: rgb(41,154,90); }

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

border-color css

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

 span { border-color: rgb(41,154,90); }

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