Html Css Color HEX #299066 Eucalyptus

📋 copy color: '#299066'

red 41 ◦ green 144 ◦ blue 102

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

Shades of Eucalyptus #299066

Tints of Eucalyptus #299066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.17%

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

R = 14.29%
G = 50.17%
B = 35.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#299066 (or 0x299066) is known color: Eucalyptus. HEX triplet: 29, 90 and 66. RGB value is (41,144,102). Sum of RGB (Red+Green+Blue) = 41+144+102=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #299066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299066 is #D66F99. Grayscale: #6C6C6C. Windows color (decimal): -14053274 or 6721577. OLE color: 6721577.

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

Color convert

RGB 41 144 102 -
CMYK 0.72 0 0.29 0.44
HSL 155.53º 0.56% 0.36% -
HSV(B) 155.53º 0.72% 0.56% -
XYZ 13.29 21.38 16 -
YUV 108.42 124.38 79.92 -
System Red Green Blue C M Y K H S L
Decimal 41 144 102 0.72 0 0.29 0.44 155.53 0.56 0.36
Hex 29 90 66 48 0 1D 2C 9C 38 24
Octal 51 220 146 110 0 35 54 234 70 44
Binary 101001 10010000 1100110 1001000 0 11101 101100 10011100 111000 100100

Color Harmonies of #299066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299066

Black with #299066

Text Example


Text Example

White with #299066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299066; }

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

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

background-color css

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

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

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

border-color css

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

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

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