Html Css Color HEX #299A6F Eucalyptus

📋 copy color: '#299A6F'

red 41 ◦ green 154 ◦ blue 111

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

Shades of Eucalyptus #299A6F

Tints of Eucalyptus #299A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 13.4%
G = 50.33%
B = 36.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#299A6F (or 0x299A6F) is known color: Eucalyptus. HEX triplet: 29, 9A and 6F. RGB value is (41,154,111). Sum of RGB (Red+Green+Blue) = 41+154+111=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 154 (60.55% from 255 or 50.33% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 154 - color contains mainly: green. Hex color #299A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299A6F is #D66590. Grayscale: #737373. Windows color (decimal): -14050705 or 7313961. OLE color: 7313961.

HSL color Cylindrical-coordinate representation of color #299A6F: hue angle of 157.17º 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 #299A6F is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 154 111 -
CMYK 0.73 0 0.28 0.40
HSL 157.17º 0.58% 0.38% -
HSV(B) 157.17º 0.73% 0.6% -
XYZ 15.34 24.73 19 -
YUV 115.31 125.56 75 -
System Red Green Blue C M Y K H S L
Decimal 41 154 111 0.73 0 0.28 0.40 157.17 0.58 0.38
Hex 29 9A 6F 49 0 1C 28 9D 3A 26
Octal 51 232 157 111 0 34 50 235 72 46
Binary 101001 10011010 1101111 1001001 0 11100 101000 10011101 111010 100110

Color Harmonies of #299A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299A6F

Black with #299A6F

Text Example


Text Example

White with #299A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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