Html Css Color HEX #299165 Eucalyptus

📋 copy color: '#299165'

red 41 ◦ green 145 ◦ blue 101

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

Shades of Eucalyptus #299165

Tints of Eucalyptus #299165

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.52%

 BLUE value IS 101 (39.84% from 255) = 35.19%

R = 14.29%
G = 50.52%
B = 35.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#299165 (or 0x299165) is known color: Eucalyptus. HEX triplet: 29, 91 and 65. RGB value is (41,145,101). Sum of RGB (Red+Green+Blue) = 41+145+101=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #299165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299165 is #D66E9A. Grayscale: #6C6C6C. Windows color (decimal): -14053019 or 6656297. OLE color: 6656297.

HSL color Cylindrical-coordinate representation of color #299165: hue angle of 154.62º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299165 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 145 101 -
CMYK 0.72 0 0.30 0.43
HSL 154.62º 0.56% 0.36% -
HSV(B) 154.62º 0.72% 0.57% -
XYZ 13.39 21.66 15.79 -
YUV 108.89 123.54 79.58 -
System Red Green Blue C M Y K H S L
Decimal 41 145 101 0.72 0 0.30 0.43 154.62 0.56 0.36
Hex 29 91 65 48 0 1E 2B 9B 38 24
Octal 51 221 145 110 0 36 53 233 70 44
Binary 101001 10010001 1100101 1001000 0 11110 101011 10011011 111000 100100

Color Harmonies of #299165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299165

Black with #299165

Text Example


Text Example

White with #299165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299165; }

 p { color: rgb(41,145,101); }

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

background-color css

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

 a { background-color: rgb(41,145,101); }

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

border-color css

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

 span { border-color: rgb(41,145,101); }

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