Html Css Color HEX #071C12 Dark Green

📋 copy color: '#071C12'

red 7 ◦ green 28 ◦ blue 18

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

Shades of Dark Green #071C12

Tints of Dark Green #071C12

RGB

 RED value IS 7 (3.13% from 255) = 13.21%

 GREEN value IS 28 (11.33% from 255) = 52.83%

 BLUE value IS 18 (7.42% from 255) = 33.96%

R = 13.21%
G = 52.83%
B = 33.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#071C12 (or 0x071C12) is known color: Dark Green. HEX triplet: 07, 1C and 12. RGB value is (7,28,18). Sum of RGB (Red+Green+Blue) = 7+28+18=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 28 (11.33% from 255 or 52.83% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 28 - color contains mainly: green. Hex color #071C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C12 is #F8E3ED. Grayscale: #141414. Windows color (decimal): -16311278 or 1186823. OLE color: 1186823.

HSL color Cylindrical-coordinate representation of color #071C12: hue angle of 151.43º 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 #071C12 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 28 18 -
CMYK 0.75 0 0.36 0.89
HSL 151.43º 0.6% 0.07% -
HSV(B) 151.43º 0.75% 0.11% -
XYZ 0.61 0.92 0.72 -
YUV 20.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 7 28 18 0.75 0 0.36 0.89 151.43 0.6 0.07
Hex 7 1C 12 4B 0 24 59 97 3C 7
Octal 7 34 22 113 0 44 131 227 74 7
Binary 111 11100 10010 1001011 0 100100 1011001 10010111 111100 111

Color Harmonies of #071C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C12

Black with #071C12

Text Example


Text Example

White with #071C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #071C12;
 }
 .AnyTagClassName
 {
   color: #071C12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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