#299B6A

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

Shades of Eucalyptus #299B6A

Tints of Eucalyptus #299B6A

Color information

#299B6A (or 0x299B6A) is unknown color: approx Eucalyptus. HEX triplet: 29, 9B and 6A. RGB value is (41,155,106). Sum of RGB (Red+Green+Blue) = 41+155+106=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #299B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299B6A is #D66495. Grayscale: #737373. Windows color (decimal): -14050454 or 6986537. OLE color: 6986537.

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

Color convert

RGB41155106-
CMYK0.7400.320.39
HSL154.21º58.16%38.43%-
HSV(B)154.21º73.55%60.78%-
XYZ15.2424.9517.65-
YUV115.33122.7374.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.58%
GREEN value IS 155 (60.94% from 255) = 51.32%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=13.58%
G=51.32%
B=35.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411551060.7400.320.39154.2158.1638.43
Hex299B6A4A020279a3a26
Octal51233152112040472327246
Binary1010011001101111010101001010010000010011110011010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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