#051C1C

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

Shades of Dark Green #051C1C

Tints of Dark Green #051C1C

Color information

#051C1C (or 0x051C1C) is unknown color: approx Dark Green. HEX triplet: 05, 1C and 1C. RGB value is (5,28,28). Sum of RGB (Red+Green+Blue) = 5+28+28=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 28 (11.33% from 255 or 45.90% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: green, blue. Hex color #051C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C1C is #FAE3E3. Grayscale: #151515. Windows color (decimal): -16442340 or 1842181. OLE color: 1842181.

HSL color Cylindrical-coordinate representation of color #051C1C: hue angle of 180º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #051C1C is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB52828-
CMYK0.82000.89
HSL180º69.7%6.47%-
HSV(B)180º82.14%10.98%-
XYZ0.690.951.25-
YUV21.12131.88116.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 28 (11.33% from 255) = 45.90%
BLUE value IS 28 (11.33% from 255) = 45.90%
R=8.20%
G=45.90%
B=45.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal528280.82000.8918069.76.47
Hex51C1C520059b4466
Octal53434122001312641066
Binary10111100111001010010001011001101101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051C1C; }

 p { color: rgb(5,28,28); }

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

<style>
 a { background-color: #051C1C; }

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

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

<style>
 span { border-color: #051C1C; }

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

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