#071212

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

Shades of Dark Green #071212

Tints of Dark Green #071212

Color information

#071212 (or 0x071212) is unknown color: approx Dark Green. HEX triplet: 07, 12 and 12. RGB value is (7,18,18). Sum of RGB (Red+Green+Blue) = 7+18+18=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #071212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071212 is #F8EDED. Grayscale: #0E0E0E. Windows color (decimal): -16313838 or 1184263. OLE color: 1184263.

HSL color Cylindrical-coordinate representation of color #071212: hue angle of 180º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #071212 is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB71818-
CMYK0.61000.93
HSL180º44%4.9%-
HSV(B)180º61.11%7.06%-
XYZ0.410.520.65-
YUV14.71129.86122.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.28%
GREEN value IS 18 (7.42% from 255) = 41.86%
BLUE value IS 18 (7.42% from 255) = 41.86%
R=16.28%
G=41.86%
B=41.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal718180.61000.93180444.9
Hex712123D005Db42c5
Octal722227500135264545
Binary111100101001011110100101110110110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071212; }

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

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

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

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

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

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

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

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