#27856D

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

Shades of Elf Green #27856D

Tints of Elf Green #27856D

Color information

#27856D (or 0x27856D) is unknown color: approx Elf Green. HEX triplet: 27, 85 and 6D. RGB value is (39,133,109). Sum of RGB (Red+Green+Blue) = 39+133+109=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #27856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27856D is #D87A92. Grayscale: #666666. Windows color (decimal): -14187155 or 7177511. OLE color: 7177511.

HSL color Cylindrical-coordinate representation of color #27856D: hue angle of 164.68º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27856D is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB39133109-
CMYK0.7100.180.48
HSL164.68º54.65%33.73%-
HSV(B)164.68º70.68%52.16%-
XYZ11.9818.3117.37-
YUV102.16131.8682.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.88%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=13.88%
G=47.33%
B=38.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal391331090.7100.180.48164.6854.6533.73
Hex27856D4701230a53722
Octal47205155107022602456742
Binary100111100001011101101100011101001011000010100101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27856D; }

 p { color: rgb(39,133,109); }

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

<style>
 a { background-color: #27856D; }

 a { background-color: rgb(39,133,109); }

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

<style>
 span { border-color: #27856D; }

 span { border-color: rgb(39,133,109); }

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