#299D61

Color #299D61 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #299D61

Tints of Eucalyptus #299D61

Color information

#299D61 (or 0x299D61) is unknown color: approx Eucalyptus. HEX triplet: 29, 9D and 61. RGB value is (41,157,97). Sum of RGB (Red+Green+Blue) = 41+157+97=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #299D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299D61 is #D6629E. Grayscale: #737373. Windows color (decimal): -14049951 or 6397225. OLE color: 6397225.

HSL color Cylindrical-coordinate representation of color #299D61: hue angle of 148.97º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299D61 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB4115797-
CMYK0.7400.380.38
HSL148.97º58.59%38.82%-
HSV(B)148.97º73.89%61.57%-
XYZ15.1325.4515.42-
YUV115.48117.5774.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 157 (61.72% from 255) = 53.22%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=13.90%
G=53.22%
B=32.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41157970.7400.380.38148.9758.5938.82
Hex299D614A02626953b27
Octal51235141112046462257347
Binary1010011001110111000011001010010011010011010010101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299D61; }

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

 H1.HeaderClassName
 {
   color: #299D61;
 }
 .AnyTagClassName
 {
   color: #299D61;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #299D61;
 }
 .BgClassName
 {
   background-color: #299D61;
 }
</style>
border-color css

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

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

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