Html Css Color HEX #299964 Eucalyptus

📋 copy color: '#299964'

red 41 ◦ green 153 ◦ blue 100

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

Shades of Eucalyptus #299964

Tints of Eucalyptus #299964

RGB

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

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

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

R = 13.95%
G = 52.04%
B = 34.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#299964 (or 0x299964) is known color: Eucalyptus. HEX triplet: 29, 99 and 64. RGB value is (41,153,100). Sum of RGB (Red+Green+Blue) = 41+153+100=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #299964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299964 is #D6669B. Grayscale: #717171. Windows color (decimal): -14050972 or 6592809. OLE color: 6592809.

HSL color Cylindrical-coordinate representation of color #299964: hue angle of 151.61º 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 #299964 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 153 100 -
CMYK 0.73 0 0.35 0.4
HSL 151.61º 0.58% 0.38% -
HSV(B) 151.61º 0.73% 0.6% -
XYZ 14.61 24.17 15.95 -
YUV 113.47 120.39 76.31 -
System Red Green Blue C M Y K H S L
Decimal 41 153 100 0.73 0 0.35 0.4 151.61 0.58 0.38
Hex 29 99 64 49 0 23 28 98 3A 26
Octal 51 231 144 111 0 43 50 230 72 46
Binary 101001 10011001 1100100 1001001 0 100011 101000 10011000 111010 100110

Color Harmonies of #299964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299964

Black with #299964

Text Example


Text Example

White with #299964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299964; }

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

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

background-color css

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

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

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

border-color css

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

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

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