#27985C

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

Shades of Eucalyptus #27985C

Tints of Eucalyptus #27985C

Color information

#27985C (or 0x27985C) is unknown color: approx Eucalyptus. HEX triplet: 27, 98 and 5C. RGB value is (39,152,92). Sum of RGB (Red+Green+Blue) = 39+152+92=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #27985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27985C is #D867A3. Grayscale: #6F6F6F. Windows color (decimal): -14182308 or 6068263. OLE color: 6068263.

HSL color Cylindrical-coordinate representation of color #27985C: hue angle of 148.14º 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 #27985C is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB3915292-
CMYK0.7400.390.40
HSL148.14º59.16%37.45%-
HSV(B)148.14º74.34%59.61%-
XYZ1423.6613.95-
YUV111.37117.0676.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.78%
GREEN value IS 152 (59.77% from 255) = 53.71%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=13.78%
G=53.71%
B=32.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39152920.7400.390.40148.1459.1637.45
Hex27985C4A02728943b25
Octal47230134112047502247345
Binary1001111001100010111001001010010011110100010010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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