Html Css Color HEX #299B60 Eucalyptus

📋 copy color: '#299B60'

red 41 ◦ green 155 ◦ blue 96

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

Shades of Eucalyptus #299B60

Tints of Eucalyptus #299B60

RGB

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

 GREEN value IS 155 (60.94% from 255) = 53.08%

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

R = 14.04%
G = 53.08%
B = 32.88%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#299B60 (or 0x299B60) is known color: Eucalyptus. HEX triplet: 29, 9B and 60. RGB value is (41,155,96). Sum of RGB (Red+Green+Blue) = 41+155+96=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #299B60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B60 is #D6649F. Grayscale: #727272. Windows color (decimal): -14050464 or 6331177. OLE color: 6331177.

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

Color convert

RGB 41 155 96 -
CMYK 0.74 0 0.38 0.39
HSL 148.95º 0.58% 0.38% -
HSV(B) 148.95º 0.74% 0.61% -
XYZ 14.75 24.76 15.07 -
YUV 114.19 117.73 75.8 -
System Red Green Blue C M Y K H S L
Decimal 41 155 96 0.74 0 0.38 0.39 148.95 0.58 0.38
Hex 29 9B 60 4A 0 26 27 95 3A 26
Octal 51 233 140 112 0 46 47 225 72 46
Binary 101001 10011011 1100000 1001010 0 100110 100111 10010101 111010 100110

Color Harmonies of #299B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299B60

Black with #299B60

Text Example


Text Example

White with #299B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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