#27856F

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

Shades of Elf Green #27856F

Tints of Elf Green #27856F

Color information

#27856F (or 0x27856F) is unknown color: approx Elf Green. HEX triplet: 27, 85 and 6F. RGB value is (39,133,111). Sum of RGB (Red+Green+Blue) = 39+133+111=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #27856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27856F is #D87A90. Grayscale: #666666. Windows color (decimal): -14187153 or 7308583. OLE color: 7308583.

HSL color Cylindrical-coordinate representation of color #27856F: hue angle of 165.96º 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 #27856F is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB39133111-
CMYK0.7100.170.48
HSL165.96º54.65%33.73%-
HSV(B)165.96º70.68%52.16%-
XYZ12.0918.3517.94-
YUV102.39132.8682.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.78%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 111 (43.75% from 255) = 39.22%
R=13.78%
G=47.00%
B=39.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal391331110.7100.170.48165.9654.6533.73
Hex27856F4701130a63722
Octal47205157107021602466742
Binary100111100001011101111100011101000111000010100110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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