Html Css Color HEX #299955 Eucalyptus

📋 copy color: '#299955'

red 41 ◦ green 153 ◦ blue 85

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

Shades of Eucalyptus #299955

Tints of Eucalyptus #299955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 14.7%
G = 54.84%
B = 30.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#299955 (or 0x299955) is known color: Eucalyptus. HEX triplet: 29, 99 and 55. RGB value is (41,153,85). Sum of RGB (Red+Green+Blue) = 41+153+85=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #299955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299955 is #D666AA. Grayscale: #6F6F6F. Windows color (decimal): -14050987 or 5609769. OLE color: 5609769.

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

Color convert

RGB 41 153 85 -
CMYK 0.73 0 0.44 0.4
HSL 143.57º 0.58% 0.38% -
HSV(B) 143.57º 0.73% 0.6% -
XYZ 13.95 23.91 12.47 -
YUV 111.76 112.89 77.53 -
System Red Green Blue C M Y K H S L
Decimal 41 153 85 0.73 0 0.44 0.4 143.57 0.58 0.38
Hex 29 99 55 49 0 2C 28 90 3A 26
Octal 51 231 125 111 0 54 50 220 72 46
Binary 101001 10011001 1010101 1001001 0 101100 101000 10010000 111010 100110

Color Harmonies of #299955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299955

Black with #299955

Text Example


Text Example

White with #299955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299955; }

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

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

background-color css

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

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

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

border-color css

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

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

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