#299669

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

Shades of Eucalyptus #299669

Tints of Eucalyptus #299669

Color information

#299669 (or 0x299669) is unknown color: approx Eucalyptus. HEX triplet: 29, 96 and 69. RGB value is (41,150,105). Sum of RGB (Red+Green+Blue) = 41+150+105=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #299669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299669 is #D66996. Grayscale: #707070. Windows color (decimal): -14051735 or 6919721. OLE color: 6919721.

HSL color Cylindrical-coordinate representation of color #299669: hue angle of 155.23º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299669 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB41150105-
CMYK0.7300.300.41
HSL155.23º57.07%37.45%-
HSV(B)155.23º72.67%58.82%-
XYZ14.3723.317.11-
YUV112.28123.8977.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.85%
GREEN value IS 150 (58.98% from 255) = 50.68%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=13.85%
G=50.68%
B=35.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411501050.7300.300.41155.2357.0737.45
Hex2996694901E299b3925
Octal51226151111036512337145
Binary101001100101101101001100100101111010100110011011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299669; }

 p { color: rgb(41,150,105); }

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

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

 a { background-color: rgb(41,150,105); }

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

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

 span { border-color: rgb(41,150,105); }

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