#27945E

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

Shades of Eucalyptus #27945E

Tints of Eucalyptus #27945E

Color information

#27945E (or 0x27945E) is unknown color: approx Eucalyptus. HEX triplet: 27, 94 and 5E. RGB value is (39,148,94). Sum of RGB (Red+Green+Blue) = 39+148+94=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #27945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27945E is #D86BA1. Grayscale: #6D6D6D. Windows color (decimal): -14183330 or 6198311. OLE color: 6198311.

HSL color Cylindrical-coordinate representation of color #27945E: hue angle of 150.28º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27945E is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB3914894-
CMYK0.7400.360.42
HSL150.28º58.29%36.67%-
HSV(B)150.28º73.65%58.04%-
XYZ13.4522.4214.21-
YUV109.25119.3977.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.88%
GREEN value IS 148 (58.20% from 255) = 52.67%
BLUE value IS 94 (37.11% from 255) = 33.45%
R=13.88%
G=52.67%
B=33.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39148940.7400.360.42150.2858.2936.67
Hex27945E4A0242A963a25
Octal47224136112044522267245
Binary1001111001010010111101001010010010010101010010110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27945E; }

 p { color: rgb(39,148,94); }

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

<style>
 a { background-color: #27945E; }

 a { background-color: rgb(39,148,94); }

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

<style>
 span { border-color: #27945E; }

 span { border-color: rgb(39,148,94); }

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