#299E6A

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

Shades of Eucalyptus #299E6A

Tints of Eucalyptus #299E6A

Color information

#299E6A (or 0x299E6A) is unknown color: approx Eucalyptus. HEX triplet: 29, 9E and 6A. RGB value is (41,158,106). Sum of RGB (Red+Green+Blue) = 41+158+106=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 158 (62.11% from 255 or 51.80% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 158 - color contains mainly: green. Hex color #299E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299E6A is #D66195. Grayscale: #757575. Windows color (decimal): -14049686 or 6987305. OLE color: 6987305.

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

Color convert

RGB41158106-
CMYK0.7400.330.38
HSL153.33º58.79%39.02%-
HSV(B)153.33º74.05%61.96%-
XYZ15.7425.9717.82-
YUV117.09121.7473.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 158 (62.11% from 255) = 51.80%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=13.44%
G=51.80%
B=34.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411581060.7400.330.38153.3358.7939.02
Hex299E6A4A02126993b27
Octal51236152112041462317347
Binary1010011001111011010101001010010000110011010011001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,158,106); }

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

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

 a { background-color: rgb(41,158,106); }

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

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

 span { border-color: rgb(41,158,106); }

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