#299D6B

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

Shades of Eucalyptus #299D6B

Tints of Eucalyptus #299D6B

Color information

#299D6B (or 0x299D6B) is unknown color: approx Eucalyptus. HEX triplet: 29, 9D and 6B. RGB value is (41,157,107). Sum of RGB (Red+Green+Blue) = 41+157+107=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #299D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299D6B is #D66294. Grayscale: #747474. Windows color (decimal): -14049941 or 7052585. OLE color: 7052585.

HSL color Cylindrical-coordinate representation of color #299D6B: hue angle of 154.14º 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 #299D6B is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB41157107-
CMYK0.7400.320.38
HSL154.14º58.59%38.82%-
HSV(B)154.14º73.89%61.57%-
XYZ15.6325.6518.04-
YUV116.62122.5774.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 157 (61.72% from 255) = 51.48%
BLUE value IS 107 (42.19% from 255) = 35.08%
R=13.44%
G=51.48%
B=35.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411571070.7400.320.38154.1458.5938.82
Hex299D6B4A020269a3b27
Octal51235153112040462327347
Binary1010011001110111010111001010010000010011010011010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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