Html Css Color HEX #299461 Eucalyptus

📋 copy color: '#299461'

red 41 ◦ green 148 ◦ blue 97

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

Shades of Eucalyptus #299461

Tints of Eucalyptus #299461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.92%

R = 14.34%
G = 51.75%
B = 33.92%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#299461 (or 0x299461) is known color: Eucalyptus. HEX triplet: 29, 94 and 61. RGB value is (41,148,97). Sum of RGB (Red+Green+Blue) = 41+148+97=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #299461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299461 is #D66B9E. Grayscale: #6E6E6E. Windows color (decimal): -14052255 or 6394921. OLE color: 6394921.

HSL color Cylindrical-coordinate representation of color #299461: hue angle of 151.4º 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 #299461 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 148 97 -
CMYK 0.72 0 0.34 0.42
HSL 151.4º 0.57% 0.37% -
HSV(B) 151.4º 0.72% 0.58% -
XYZ 13.66 22.51 14.93 -
YUV 110.19 120.55 78.65 -
System Red Green Blue C M Y K H S L
Decimal 41 148 97 0.72 0 0.34 0.42 151.4 0.57 0.37
Hex 29 94 61 48 0 22 2A 97 39 25
Octal 51 224 141 110 0 42 52 227 71 45
Binary 101001 10010100 1100001 1001000 0 100010 101010 10010111 111001 100101

Color Harmonies of #299461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299461

Black with #299461

Text Example


Text Example

White with #299461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299461; }

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

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

background-color css

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

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

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

border-color css

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

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

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