#27995A

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

Shades of Eucalyptus #27995A

Tints of Eucalyptus #27995A

Color information

#27995A (or 0x27995A) is unknown color: approx Eucalyptus. HEX triplet: 27, 99 and 5A. RGB value is (39,153,90). Sum of RGB (Red+Green+Blue) = 39+153+90=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #27995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27995A is #D866A5. Grayscale: #6F6F6F. Windows color (decimal): -14182054 or 5937447. OLE color: 5937447.

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

Color convert

RGB3915390-
CMYK0.7500.410.4
HSL146.84º59.38%37.65%-
HSV(B)146.84º74.51%60%-
XYZ14.0723.9513.55-
YUV111.73115.7376.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.83%
GREEN value IS 153 (60.16% from 255) = 54.26%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=13.83%
G=54.26%
B=31.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal39153900.7500.410.4146.8459.3837.65
Hex27995A4B02928933b26
Octal47231132113051502237346
Binary1001111001100110110101001011010100110100010010011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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