#27965B

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

Shades of Eucalyptus #27965B

Tints of Eucalyptus #27965B

Color information

#27965B (or 0x27965B) is unknown color: approx Eucalyptus. HEX triplet: 27, 96 and 5B. RGB value is (39,150,91). Sum of RGB (Red+Green+Blue) = 39+150+91=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #27965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27965B is #D869A4. Grayscale: #6E6E6E. Windows color (decimal): -14182821 or 6002215. OLE color: 6002215.

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

Color convert

RGB3915091-
CMYK0.7400.390.41
HSL148.11º58.73%37.06%-
HSV(B)148.11º74%58.82%-
XYZ13.632313.62-
YUV110.08117.2377.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.93%
GREEN value IS 150 (58.98% from 255) = 53.57%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=13.93%
G=53.57%
B=32.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39150910.7400.390.41148.1158.7337.06
Hex27965B4A02729943b25
Octal47226133112047512247345
Binary1001111001011010110111001010010011110100110010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27965B; }

 p { color: rgb(39,150,91); }

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

<style>
 a { background-color: #27965B; }

 a { background-color: rgb(39,150,91); }

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

<style>
 span { border-color: #27965B; }

 span { border-color: rgb(39,150,91); }

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