#27805F

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

Shades of Elf Green #27805F

Tints of Elf Green #27805F

Color information

#27805F (or 0x27805F) is unknown color: approx Elf Green. HEX triplet: 27, 80 and 5F. RGB value is (39,128,95). Sum of RGB (Red+Green+Blue) = 39+128+95=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #27805F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27805F is #D87FA0. Grayscale: #616161. Windows color (decimal): -14188449 or 6258727. OLE color: 6258727.

HSL color Cylindrical-coordinate representation of color #27805F: hue angle of 157.75º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27805F is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB3912895-
CMYK0.7000.260.50
HSL157.75º53.29%32.75%-
HSV(B)157.75º69.53%50.2%-
XYZ10.6216.713.49-
YUV97.63126.5186.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.89%
GREEN value IS 128 (50.39% from 255) = 48.85%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=14.89%
G=48.85%
B=36.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39128950.7000.260.50157.7553.2932.75
Hex27805F4601A329e3521
Octal47200137106032622366541
Binary100111100000001011111100011001101011001010011110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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