#051C1A

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

Shades of Dark Green #051C1A

Tints of Dark Green #051C1A

Color information

#051C1A (or 0x051C1A) is unknown color: approx Dark Green. HEX triplet: 05, 1C and 1A. RGB value is (5,28,26). Sum of RGB (Red+Green+Blue) = 5+28+26=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 28 - color contains mainly: green. Hex color #051C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C1A is #FAE3E5. Grayscale: #141414. Windows color (decimal): -16442342 or 1711109. OLE color: 1711109.

HSL color Cylindrical-coordinate representation of color #051C1A: hue angle of 174.78º 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 #051C1A is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB52826-
CMYK0.8200.070.89
HSL174.78º69.7%6.47%-
HSV(B)174.78º82.14%10.98%-
XYZ0.660.941.12-
YUV20.9130.88116.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 28 (11.33% from 255) = 47.46%
BLUE value IS 26 (10.55% from 255) = 44.07%
R=8.47%
G=47.46%
B=44.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal528260.8200.070.89174.7869.76.47
Hex51C1A520759af466
Octal53432122071312571066
Binary1011110011010101001001111011001101011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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