Html Css Color HEX #071212 Dark Green

📋 copy color: '#071212'

red 7 ◦ green 18 ◦ blue 18

#071212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #071212

Tints of Dark Green #071212

RGB

 RED value IS 7 (3.13% 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 value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#071212 (or 0x071212) is known color: 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

RGB 7 18 18 -
CMYK 0.61 0 0 0.93
HSL 180º 0.44% 0.05% -
HSV(B) 180º 0.61% 0.07% -
XYZ 0.41 0.52 0.65 -
YUV 14.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 7 18 18 0.61 0 0 0.93 180 0.44 0.05
Hex 7 12 12 3D 0 0 5D B4 2C 5
Octal 7 22 22 75 0 0 135 264 54 5
Binary 111 10010 10010 111101 0 0 1011101 10110100 101100 101

Color Harmonies of #071212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071212

Black with #071212

Text Example


Text Example

White with #071212

Text Example


Text Example

HTML Codes & Css Web 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>