#05271E

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

Shades of Dark Green #05271E

Tints of Dark Green #05271E

Color information

#05271E (or 0x05271E) is unknown color: approx Dark Green. HEX triplet: 05, 27 and 1E. RGB value is (5,39,30). Sum of RGB (Red+Green+Blue) = 5+39+30=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #05271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05271E is #FAD8E1. Grayscale: #1B1B1B. Windows color (decimal): -16439522 or 1976069. OLE color: 1976069.

HSL color Cylindrical-coordinate representation of color #05271E: hue angle of 164.12º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #05271E is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB53930-
CMYK0.8700.230.85
HSL164.12º77.27%8.63%-
HSV(B)164.12º87.18%15.29%-
XYZ1.021.581.48-
YUV27.81129.24111.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.76%
GREEN value IS 39 (15.62% from 255) = 52.70%
BLUE value IS 30 (12.11% from 255) = 40.54%
R=6.76%
G=52.70%
B=40.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal539300.8700.230.85164.1277.278.63
Hex5271E5701755a44d9
Octal5473612702712524411511
Binary10110011111110101011101011110101011010010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,39,30); }

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

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

 a { background-color: rgb(5,39,30); }

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

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

 span { border-color: rgb(5,39,30); }

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