#071A18

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

Shades of Dark Green #071A18

Tints of Dark Green #071A18

Color information

#071A18 (or 0x071A18) is unknown color: approx Dark Green. HEX triplet: 07, 1A and 18. RGB value is (7,26,24). Sum of RGB (Red+Green+Blue) = 7+26+24=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 26 (10.55% from 255 or 45.61% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 26 - color contains mainly: green. Hex color #071A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071A18 is #F8E5E7. Grayscale: #141414. Windows color (decimal): -16311784 or 1579527. OLE color: 1579527.

HSL color Cylindrical-coordinate representation of color #071A18: hue angle of 173.68º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #071A18 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB72624-
CMYK0.7300.080.90
HSL173.68º57.58%6.47%-
HSV(B)173.68º73.08%10.2%-
XYZ0.620.851-
YUV20.09130.21118.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.28%
GREEN value IS 26 (10.55% from 255) = 45.61%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=12.28%
G=45.61%
B=42.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal726240.7300.080.90173.6857.586.47
Hex71A1849085Aae3a6
Octal73230111010132256726
Binary1111101011000100100101000101101010101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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