#249F69

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

Shades of Eucalyptus #249F69

Tints of Eucalyptus #249F69

Color information

#249F69 (or 0x249F69) is unknown color: approx Eucalyptus. HEX triplet: 24, 9F and 69. RGB value is (36,159,105). Sum of RGB (Red+Green+Blue) = 36+159+105=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 159 (62.5% from 255 or 53% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 159 - color contains mainly: green. Hex color #249F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249F69 is #DB6096. Grayscale: #747474. Windows color (decimal): -14377111 or 6922020. OLE color: 6922020.

HSL color Cylindrical-coordinate representation of color #249F69: hue angle of 153.66º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249F69 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB36159105-
CMYK0.7700.340.38
HSL153.66º63.08%38.24%-
HSV(B)153.66º77.36%62.35%-
XYZ15.6826.1917.59-
YUV116.07121.7570.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12%
GREEN value IS 159 (62.5% from 255) = 53%
BLUE value IS 105 (41.41% from 255) = 35%
R=12%
G=53%
B=35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal361591050.7700.340.38153.6663.0838.24
Hex249F694D022269a3f26
Octal44237151115042462327746
Binary1001001001111111010011001101010001010011010011010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249F69; }

 p { color: rgb(36,159,105); }

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

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

 a { background-color: rgb(36,159,105); }

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

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

 span { border-color: rgb(36,159,105); }

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