#27A270

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

Shades of Eucalyptus #27A270

Tints of Eucalyptus #27A270

Color information

#27A270 (or 0x27A270) is unknown color: approx Eucalyptus. HEX triplet: 27, A2 and 70. RGB value is (39,162,112). Sum of RGB (Red+Green+Blue) = 39+162+112=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #27A270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A270 is #D85D8F. Grayscale: #777777. Windows color (decimal): -14179728 or 7381543. OLE color: 7381543.

HSL color Cylindrical-coordinate representation of color #27A270: hue angle of 155.61º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A270 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB39162112-
CMYK0.7600.310.36
HSL155.61º61.19%39.41%-
HSV(B)155.61º75.93%63.53%-
XYZ16.6827.4419.75-
YUV119.52123.7570.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.46%
GREEN value IS 162 (63.67% from 255) = 51.76%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=12.46%
G=51.76%
B=35.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal391621120.7600.310.36155.6161.1939.41
Hex27A2704C01F249c3d27
Octal47242160114037442347547
Binary100111101000101110000100110001111110010010011100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27A270; }

 p { color: rgb(39,162,112); }

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

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

 a { background-color: rgb(39,162,112); }

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

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

 span { border-color: rgb(39,162,112); }

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