Html Css Color HEX #299965 Eucalyptus

📋 copy color: '#299965'

red 41 ◦ green 153 ◦ blue 101

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

Shades of Eucalyptus #299965

Tints of Eucalyptus #299965

RGB

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

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

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

R = 13.9%
G = 51.86%
B = 34.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#299965 (or 0x299965) is known color: Eucalyptus. HEX triplet: 29, 99 and 65. RGB value is (41,153,101). Sum of RGB (Red+Green+Blue) = 41+153+101=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #299965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299965 is #D6669A. Grayscale: #717171. Windows color (decimal): -14050971 or 6658345. OLE color: 6658345.

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

Color convert

RGB 41 153 101 -
CMYK 0.73 0 0.34 0.4
HSL 152.14º 0.58% 0.38% -
HSV(B) 152.14º 0.73% 0.6% -
XYZ 14.65 24.19 16.21 -
YUV 113.58 120.89 76.23 -
System Red Green Blue C M Y K H S L
Decimal 41 153 101 0.73 0 0.34 0.4 152.14 0.58 0.38
Hex 29 99 65 49 0 22 28 98 3A 26
Octal 51 231 145 111 0 42 50 230 72 46
Binary 101001 10011001 1100101 1001001 0 100010 101000 10011000 111010 100110

Color Harmonies of #299965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299965

Black with #299965

Text Example


Text Example

White with #299965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299965; }

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

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

background-color css

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

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

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

border-color css

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

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

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