#071C18

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

Shades of Dark Green #071C18

Tints of Dark Green #071C18

Color information

#071C18 (or 0x071C18) is unknown color: approx Dark Green. HEX triplet: 07, 1C and 18. RGB value is (7,28,24). Sum of RGB (Red+Green+Blue) = 7+28+24=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 28 - color contains mainly: green. Hex color #071C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C18 is #F8E3E7. Grayscale: #151515. Windows color (decimal): -16311272 or 1580039. OLE color: 1580039.

HSL color Cylindrical-coordinate representation of color #071C18: hue angle of 168.57º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #071C18 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB72824-
CMYK0.7500.140.89
HSL168.57º60%6.86%-
HSV(B)168.57º75%10.98%-
XYZ0.670.941.01-
YUV21.26129.54117.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.86%
GREEN value IS 28 (11.33% from 255) = 47.46%
BLUE value IS 24 (9.77% from 255) = 40.68%
R=11.86%
G=47.46%
B=40.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal728240.7500.140.89168.57606.86
Hex71C184B0E59a93c7
Octal73430113016131251747
Binary1111110011000100101101110101100110101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071C18; }

 p { color: rgb(7,28,24); }

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

<style>
 a { background-color: #071C18; }

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

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

<style>
 span { border-color: #071C18; }

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

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