Html Css Color HEX #299060 Eucalyptus

📋 copy color: '#299060'

red 41 ◦ green 144 ◦ blue 96

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

Shades of Eucalyptus #299060

Tints of Eucalyptus #299060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 14.59%
G = 51.25%
B = 34.16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#299060 (or 0x299060) is known color: Eucalyptus. HEX triplet: 29, 90 and 60. RGB value is (41,144,96). Sum of RGB (Red+Green+Blue) = 41+144+96=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #299060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299060 is #D66F9F. Grayscale: #6B6B6B. Windows color (decimal): -14053280 or 6328361. OLE color: 6328361.

HSL color Cylindrical-coordinate representation of color #299060: hue angle of 152.04º 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 #299060 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 144 96 -
CMYK 0.72 0 0.33 0.44
HSL 152.04º 0.56% 0.36% -
HSV(B) 152.04º 0.72% 0.56% -
XYZ 13 21.26 14.49 -
YUV 107.73 121.38 80.4 -
System Red Green Blue C M Y K H S L
Decimal 41 144 96 0.72 0 0.33 0.44 152.04 0.56 0.36
Hex 29 90 60 48 0 21 2C 98 38 24
Octal 51 220 140 110 0 41 54 230 70 44
Binary 101001 10010000 1100000 1001000 0 100001 101100 10011000 111000 100100

Color Harmonies of #299060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299060

Black with #299060

Text Example


Text Example

White with #299060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299060; }

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

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

background-color css

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

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

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

border-color css

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

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

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