#071812

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

Shades of Dark Green #071812

Tints of Dark Green #071812

Color information

#071812 (or 0x071812) is unknown color: approx Dark Green. HEX triplet: 07, 18 and 12. RGB value is (7,24,18). Sum of RGB (Red+Green+Blue) = 7+24+18=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 24 - color contains mainly: green. Hex color #071812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071812 is #F8E7ED. Grayscale: #121212. Windows color (decimal): -16312302 or 1185799. OLE color: 1185799.

HSL color Cylindrical-coordinate representation of color #071812: hue angle of 158.82º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #071812 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB72418-
CMYK0.7100.250.91
HSL158.82º54.84%6.08%-
HSV(B)158.82º70.83%9.41%-
XYZ0.520.740.69-
YUV18.23127.87119.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.29%
GREEN value IS 24 (9.77% from 255) = 48.98%
BLUE value IS 18 (7.42% from 255) = 36.73%
R=14.29%
G=48.98%
B=36.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal724180.7100.250.91158.8254.846.08
Hex71812470195B9f376
Octal73022107031133237676
Binary11111000100101000111011001101101110011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071812; }

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

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

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

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

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

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

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

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