Html Css Color HEX #299166 Eucalyptus

📋 copy color: '#299166'

red 41 ◦ green 145 ◦ blue 102

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

Shades of Eucalyptus #299166

Tints of Eucalyptus #299166

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.35%

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

R = 14.24%
G = 50.35%
B = 35.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#299166 (or 0x299166) is known color: Eucalyptus. HEX triplet: 29, 91 and 66. RGB value is (41,145,102). Sum of RGB (Red+Green+Blue) = 41+145+102=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #299166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299166 is #D66E99. Grayscale: #6D6D6D. Windows color (decimal): -14053018 or 6721833. OLE color: 6721833.

HSL color Cylindrical-coordinate representation of color #299166: hue angle of 155.19º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299166 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 145 102 -
CMYK 0.72 0 0.30 0.43
HSL 155.19º 0.56% 0.36% -
HSV(B) 155.19º 0.72% 0.57% -
XYZ 13.44 21.68 16.05 -
YUV 109 124.04 79.5 -
System Red Green Blue C M Y K H S L
Decimal 41 145 102 0.72 0 0.30 0.43 155.19 0.56 0.36
Hex 29 91 66 48 0 1E 2B 9B 38 24
Octal 51 221 146 110 0 36 53 233 70 44
Binary 101001 10010001 1100110 1001000 0 11110 101011 10011011 111000 100100

Color Harmonies of #299166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299166

Black with #299166

Text Example


Text Example

White with #299166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299166; }

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

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

background-color css

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

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

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

border-color css

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

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

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