Html Css Color HEX #299A6E Eucalyptus

📋 copy color: '#299A6E'

red 41 ◦ green 154 ◦ blue 110

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

Shades of Eucalyptus #299A6E

Tints of Eucalyptus #299A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.07%

R = 13.44%
G = 50.49%
B = 36.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#299A6E (or 0x299A6E) is known color: Eucalyptus. HEX triplet: 29, 9A and 6E. RGB value is (41,154,110). Sum of RGB (Red+Green+Blue) = 41+154+110=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #299A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299A6E is #D66591. Grayscale: #737373. Windows color (decimal): -14050706 or 7248425. OLE color: 7248425.

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

Color convert

RGB 41 154 110 -
CMYK 0.73 0 0.29 0.40
HSL 156.64º 0.58% 0.38% -
HSV(B) 156.64º 0.73% 0.6% -
XYZ 15.28 24.71 18.72 -
YUV 115.2 125.06 75.08 -
System Red Green Blue C M Y K H S L
Decimal 41 154 110 0.73 0 0.29 0.40 156.64 0.58 0.38
Hex 29 9A 6E 49 0 1D 28 9D 3A 26
Octal 51 232 156 111 0 35 50 235 72 46
Binary 101001 10011010 1101110 1001001 0 11101 101000 10011101 111010 100110

Color Harmonies of #299A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299A6E

Black with #299A6E

Text Example


Text Example

White with #299A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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