Html Css Color HEX #299960 Eucalyptus

📋 copy color: '#299960'

red 41 ◦ green 153 ◦ blue 96

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

Shades of Eucalyptus #299960

Tints of Eucalyptus #299960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.76%

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

R = 14.14%
G = 52.76%
B = 33.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#299960 (or 0x299960) is known color: Eucalyptus. HEX triplet: 29, 99 and 60. RGB value is (41,153,96). Sum of RGB (Red+Green+Blue) = 41+153+96=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #299960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299960 is #D6669F. Grayscale: #717171. Windows color (decimal): -14050976 or 6330665. OLE color: 6330665.

HSL color Cylindrical-coordinate representation of color #299960: hue angle of 149.46º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299960 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 153 96 -
CMYK 0.73 0 0.37 0.4
HSL 149.46º 0.58% 0.38% -
HSV(B) 149.46º 0.73% 0.6% -
XYZ 14.42 24.1 14.96 -
YUV 113.01 118.39 76.63 -
System Red Green Blue C M Y K H S L
Decimal 41 153 96 0.73 0 0.37 0.4 149.46 0.58 0.38
Hex 29 99 60 49 0 25 28 95 3A 26
Octal 51 231 140 111 0 45 50 225 72 46
Binary 101001 10011001 1100000 1001001 0 100101 101000 10010101 111010 100110

Color Harmonies of #299960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299960

Black with #299960

Text Example


Text Example

White with #299960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299960; }

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

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

background-color css

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

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

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

border-color css

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

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

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