#299C6E

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

Shades of Eucalyptus #299C6E

Tints of Eucalyptus #299C6E

Color information

#299C6E (or 0x299C6E) is unknown color: approx Eucalyptus. HEX triplet: 29, 9C and 6E. RGB value is (41,156,110). Sum of RGB (Red+Green+Blue) = 41+156+110=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 156 (61.33% from 255 or 50.81% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 156 - color contains mainly: green. Hex color #299C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299C6E is #D66391. Grayscale: #747474. Windows color (decimal): -14050194 or 7248937. OLE color: 7248937.

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

Color convert

RGB41156110-
CMYK0.7400.290.39
HSL156º58.38%38.63%-
HSV(B)156º73.72%61.18%-
XYZ15.6225.3718.83-
YUV116.37124.474.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.36%
GREEN value IS 156 (61.33% from 255) = 50.81%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=13.36%
G=50.81%
B=35.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411561100.7400.290.3915658.3838.63
Hex299C6E4A01D279c3a27
Octal51234156112035472347247
Binary101001100111001101110100101001110110011110011100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,156,110); }

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

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

 a { background-color: rgb(41,156,110); }

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

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

 span { border-color: rgb(41,156,110); }

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