#27975F

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

Shades of Eucalyptus #27975F

Tints of Eucalyptus #27975F

Color information

#27975F (or 0x27975F) is unknown color: approx Eucalyptus. HEX triplet: 27, 97 and 5F. RGB value is (39,151,95). Sum of RGB (Red+Green+Blue) = 39+151+95=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #27975F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27975F is #D868A0. Grayscale: #6F6F6F. Windows color (decimal): -14182561 or 6264615. OLE color: 6264615.

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

Color convert

RGB3915195-
CMYK0.7400.370.41
HSL150º58.95%37.25%-
HSV(B)150º74.17%59.22%-
XYZ13.9723.3914.61-
YUV111.13118.8976.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.68%
GREEN value IS 151 (59.38% from 255) = 52.98%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=13.68%
G=52.98%
B=33.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39151950.7400.370.4115058.9537.25
Hex27975F4A02529963b25
Octal47227137112045512267345
Binary1001111001011110111111001010010010110100110010110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27975F; }

 p { color: rgb(39,151,95); }

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

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

 a { background-color: rgb(39,151,95); }

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

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

 span { border-color: rgb(39,151,95); }

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