#27966F

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

Shades of Elf Green #27966F

Tints of Elf Green #27966F

Color information

#27966F (or 0x27966F) is unknown color: approx Elf Green. HEX triplet: 27, 96 and 6F. RGB value is (39,150,111). Sum of RGB (Red+Green+Blue) = 39+150+111=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #27966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27966F is #D86990. Grayscale: #707070. Windows color (decimal): -14182801 or 7312935. OLE color: 7312935.

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

Color convert

RGB39150111-
CMYK0.7400.260.41
HSL158.92º58.73%37.06%-
HSV(B)158.92º74%58.82%-
XYZ14.6123.3918.78-
YUV112.36127.2375.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13%
GREEN value IS 150 (58.98% from 255) = 50%
BLUE value IS 111 (43.75% from 255) = 37%
R=13%
G=50%
B=37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal391501110.7400.260.41158.9258.7337.06
Hex27966F4A01A299f3b25
Octal47226157112032512377345
Binary100111100101101101111100101001101010100110011111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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