Html Css Color HEX #299B64 Eucalyptus

📋 copy color: '#299B64'

red 41 ◦ green 155 ◦ blue 100

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

Shades of Eucalyptus #299B64

Tints of Eucalyptus #299B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.78%

R = 13.85%
G = 52.36%
B = 33.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#299B64 (or 0x299B64) is known color: Eucalyptus. HEX triplet: 29, 9B and 64. RGB value is (41,155,100). Sum of RGB (Red+Green+Blue) = 41+155+100=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #299B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B64 is #D6649B. Grayscale: #727272. Windows color (decimal): -14050460 or 6593321. OLE color: 6593321.

HSL color Cylindrical-coordinate representation of color #299B64: hue angle of 151.05º 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 #299B64 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 155 100 -
CMYK 0.74 0 0.35 0.39
HSL 151.05º 0.58% 0.38% -
HSV(B) 151.05º 0.74% 0.61% -
XYZ 14.94 24.83 16.06 -
YUV 114.64 119.73 75.47 -
System Red Green Blue C M Y K H S L
Decimal 41 155 100 0.74 0 0.35 0.39 151.05 0.58 0.38
Hex 29 9B 64 4A 0 23 27 97 3A 26
Octal 51 233 144 112 0 43 47 227 72 46
Binary 101001 10011011 1100100 1001010 0 100011 100111 10010111 111010 100110

Color Harmonies of #299B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299B64

Black with #299B64

Text Example


Text Example

White with #299B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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