Html Css Color HEX #299F60 Eucalyptus

📋 copy color: '#299F60'

red 41 ◦ green 159 ◦ blue 96

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

Shades of Eucalyptus #299F60

Tints of Eucalyptus #299F60

RGB

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

 GREEN value IS 159 (62.5% from 255) = 53.72%

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

R = 13.85%
G = 53.72%
B = 32.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#299F60 (or 0x299F60) is known color: Eucalyptus. HEX triplet: 29, 9F and 60. RGB value is (41,159,96). Sum of RGB (Red+Green+Blue) = 41+159+96=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 159 (62.5% from 255 or 53.72% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 159 - color contains mainly: green. Hex color #299F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299F60 is #D6609F. Grayscale: #747474. Windows color (decimal): -14049440 or 6332201. OLE color: 6332201.

HSL color Cylindrical-coordinate representation of color #299F60: hue angle of 147.97º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299F60 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 159 96 -
CMYK 0.74 0 0.40 0.38
HSL 147.97º 0.59% 0.39% -
HSV(B) 147.97º 0.74% 0.62% -
XYZ 15.42 26.11 15.29 -
YUV 116.54 116.41 74.12 -
System Red Green Blue C M Y K H S L
Decimal 41 159 96 0.74 0 0.40 0.38 147.97 0.59 0.39
Hex 29 9F 60 4A 0 28 26 94 3B 27
Octal 51 237 140 112 0 50 46 224 73 47
Binary 101001 10011111 1100000 1001010 0 101000 100110 10010100 111011 100111

Color Harmonies of #299F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299F60

Black with #299F60

Text Example


Text Example

White with #299F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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