Html Css Color HEX #299C60 Eucalyptus

📋 copy color: '#299C60'

red 41 ◦ green 156 ◦ blue 96

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

Shades of Eucalyptus #299C60

Tints of Eucalyptus #299C60

RGB

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

 GREEN value IS 156 (61.33% from 255) = 53.24%

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

R = 13.99%
G = 53.24%
B = 32.76%

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

#299C60 (or 0x299C60) is known color: Eucalyptus. HEX triplet: 29, 9C and 60. RGB value is (41,156,96). Sum of RGB (Red+Green+Blue) = 41+156+96=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #299C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C60 is #D6639F. Grayscale: #727272. Windows color (decimal): -14050208 or 6331433. OLE color: 6331433.

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

Color convert

RGB 41 156 96 -
CMYK 0.74 0 0.38 0.39
HSL 148.7º 0.58% 0.39% -
HSV(B) 148.7º 0.74% 0.61% -
XYZ 14.91 25.09 15.12 -
YUV 114.78 117.4 75.38 -
System Red Green Blue C M Y K H S L
Decimal 41 156 96 0.74 0 0.38 0.39 148.7 0.58 0.39
Hex 29 9C 60 4A 0 26 27 95 3A 27
Octal 51 234 140 112 0 46 47 225 72 47
Binary 101001 10011100 1100000 1001010 0 100110 100111 10010101 111010 100111

Color Harmonies of #299C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299C60

Black with #299C60

Text Example


Text Example

White with #299C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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