#27996E

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

Shades of Elf Green #27996E

Tints of Elf Green #27996E

Color information

#27996E (or 0x27996E) is unknown color: approx Elf Green. HEX triplet: 27, 99 and 6E. RGB value is (39,153,110). Sum of RGB (Red+Green+Blue) = 39+153+110=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #27996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27996E is #D86691. Grayscale: #727272. Windows color (decimal): -14182034 or 7248167. OLE color: 7248167.

HSL color Cylindrical-coordinate representation of color #27996E: hue angle of 157.37º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27996E is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB39153110-
CMYK0.7500.280.4
HSL157.37º59.38%37.65%-
HSV(B)157.37º74.51%60%-
XYZ15.0424.3418.66-
YUV114.01125.7374.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.91%
GREEN value IS 153 (60.16% from 255) = 50.66%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=12.91%
G=50.66%
B=36.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal391531100.7500.280.4157.3759.3837.65
Hex27996E4B01C289d3b26
Octal47231156113034502357346
Binary100111100110011101110100101101110010100010011101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27996E; }

 p { color: rgb(39,153,110); }

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

<style>
 a { background-color: #27996E; }

 a { background-color: rgb(39,153,110); }

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

<style>
 span { border-color: #27996E; }

 span { border-color: rgb(39,153,110); }

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