Html Css Color HEX #299E66 Eucalyptus

📋 copy color: '#299E66'

red 41 ◦ green 158 ◦ blue 102

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

Shades of Eucalyptus #299E66

Tints of Eucalyptus #299E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.89%

R = 13.62%
G = 52.49%
B = 33.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#299E66 (or 0x299E66) is known color: Eucalyptus. HEX triplet: 29, 9E and 66. RGB value is (41,158,102). Sum of RGB (Red+Green+Blue) = 41+158+102=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #299E66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299E66 is #D66199. Grayscale: #747474. Windows color (decimal): -14049690 or 6725161. OLE color: 6725161.

HSL color Cylindrical-coordinate representation of color #299E66: hue angle of 151.28º 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 #299E66 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 158 102 -
CMYK 0.74 0 0.35 0.38
HSL 151.28º 0.59% 0.39% -
HSV(B) 151.28º 0.74% 0.62% -
XYZ 15.54 25.88 16.75 -
YUV 116.63 119.74 74.05 -
System Red Green Blue C M Y K H S L
Decimal 41 158 102 0.74 0 0.35 0.38 151.28 0.59 0.39
Hex 29 9E 66 4A 0 23 26 97 3B 27
Octal 51 236 146 112 0 43 46 227 73 47
Binary 101001 10011110 1100110 1001010 0 100011 100110 10010111 111011 100111

Color Harmonies of #299E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299E66

Black with #299E66

Text Example


Text Example

White with #299E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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