Html Css Color HEX #299464 Eucalyptus

📋 copy color: '#299464'

red 41 ◦ green 148 ◦ blue 100

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

Shades of Eucalyptus #299464

Tints of Eucalyptus #299464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.21%

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

R = 14.19%
G = 51.21%
B = 34.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#299464 (or 0x299464) is known color: Eucalyptus. HEX triplet: 29, 94 and 64. RGB value is (41,148,100). Sum of RGB (Red+Green+Blue) = 41+148+100=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #299464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299464 is #D66B9B. Grayscale: #6E6E6E. Windows color (decimal): -14052252 or 6591529. OLE color: 6591529.

HSL color Cylindrical-coordinate representation of color #299464: hue angle of 153.08º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299464 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 148 100 -
CMYK 0.72 0 0.32 0.42
HSL 153.08º 0.57% 0.37% -
HSV(B) 153.08º 0.72% 0.58% -
XYZ 13.8 22.57 15.69 -
YUV 110.54 122.05 78.4 -
System Red Green Blue C M Y K H S L
Decimal 41 148 100 0.72 0 0.32 0.42 153.08 0.57 0.37
Hex 29 94 64 48 0 20 2A 99 39 25
Octal 51 224 144 110 0 40 52 231 71 45
Binary 101001 10010100 1100100 1001000 0 100000 101010 10011001 111001 100101

Color Harmonies of #299464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299464

Black with #299464

Text Example


Text Example

White with #299464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299464; }

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

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

background-color css

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

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

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

border-color css

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

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

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