#27985A

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

Shades of Eucalyptus #27985A

Tints of Eucalyptus #27985A

Color information

#27985A (or 0x27985A) is unknown color: approx Eucalyptus. HEX triplet: 27, 98 and 5A. RGB value is (39,152,90). Sum of RGB (Red+Green+Blue) = 39+152+90=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #27985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27985A is #D867A5. Grayscale: #6F6F6F. Windows color (decimal): -14182310 or 5937191. OLE color: 5937191.

HSL color Cylindrical-coordinate representation of color #27985A: hue angle of 147.08º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27985A is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB3915290-
CMYK0.7400.410.40
HSL147.08º59.16%37.45%-
HSV(B)147.08º74.34%59.61%-
XYZ13.9123.6313.5-
YUV111.14116.0676.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.88%
GREEN value IS 152 (59.77% from 255) = 54.09%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=13.88%
G=54.09%
B=32.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39152900.7400.410.40147.0859.1637.45
Hex27985A4A02928933b25
Octal47230132112051502237345
Binary1001111001100010110101001010010100110100010010011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27985A; }

 p { color: rgb(39,152,90); }

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

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

 a { background-color: rgb(39,152,90); }

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

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

 span { border-color: rgb(39,152,90); }

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