Html Css Color HEX #299463 Eucalyptus

📋 copy color: '#299463'

red 41 ◦ green 148 ◦ blue 99

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

Shades of Eucalyptus #299463

Tints of Eucalyptus #299463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.38%

R = 14.24%
G = 51.39%
B = 34.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#299463 (or 0x299463) is known color: Eucalyptus. HEX triplet: 29, 94 and 63. RGB value is (41,148,99). Sum of RGB (Red+Green+Blue) = 41+148+99=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #299463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299463 is #D66B9C. Grayscale: #6E6E6E. Windows color (decimal): -14052253 or 6525993. OLE color: 6525993.

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

Color convert

RGB 41 148 99 -
CMYK 0.72 0 0.33 0.42
HSL 152.52º 0.57% 0.37% -
HSV(B) 152.52º 0.72% 0.58% -
XYZ 13.76 22.55 15.43 -
YUV 110.42 121.55 78.48 -
System Red Green Blue C M Y K H S L
Decimal 41 148 99 0.72 0 0.33 0.42 152.52 0.57 0.37
Hex 29 94 63 48 0 21 2A 99 39 25
Octal 51 224 143 110 0 41 52 231 71 45
Binary 101001 10010100 1100011 1001000 0 100001 101010 10011001 111001 100101

Color Harmonies of #299463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299463

Black with #299463

Text Example


Text Example

White with #299463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299463; }

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

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

background-color css

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

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

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

border-color css

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

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

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