Html Css Color HEX #299C66 Eucalyptus

📋 copy color: '#299C66'

red 41 ◦ green 156 ◦ blue 102

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

Shades of Eucalyptus #299C66

Tints of Eucalyptus #299C66

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.17%

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

R = 13.71%
G = 52.17%
B = 34.11%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#299C66 (or 0x299C66) is known color: Eucalyptus. HEX triplet: 29, 9C and 66. RGB value is (41,156,102). Sum of RGB (Red+Green+Blue) = 41+156+102=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 156 (61.33% from 255 or 52.17% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 156 - color contains mainly: green. Hex color #299C66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C66 is #D66399. Grayscale: #737373. Windows color (decimal): -14050202 or 6724649. OLE color: 6724649.

HSL color Cylindrical-coordinate representation of color #299C66: hue angle of 151.83º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299C66 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 156 102 -
CMYK 0.74 0 0.35 0.39
HSL 151.83º 0.58% 0.39% -
HSV(B) 151.83º 0.74% 0.61% -
XYZ 15.2 25.21 16.63 -
YUV 115.46 120.4 74.89 -
System Red Green Blue C M Y K H S L
Decimal 41 156 102 0.74 0 0.35 0.39 151.83 0.58 0.39
Hex 29 9C 66 4A 0 23 27 98 3A 27
Octal 51 234 146 112 0 43 47 230 72 47
Binary 101001 10011100 1100110 1001010 0 100011 100111 10011000 111010 100111

Color Harmonies of #299C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299C66

Black with #299C66

Text Example


Text Example

White with #299C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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