Html Css Color HEX #071C16 Dark Green

📋 copy color: '#071C16'

red 7 ◦ green 28 ◦ blue 22

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

Shades of Dark Green #071C16

Tints of Dark Green #071C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 38.6%

R = 12.28%
G = 49.12%
B = 38.6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#071C16 (or 0x071C16) is known color: Dark Green. HEX triplet: 07, 1C and 16. RGB value is (7,28,22). Sum of RGB (Red+Green+Blue) = 7+28+22=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #071C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C16 is #F8E3E9. Grayscale: #151515. Windows color (decimal): -16311274 or 1448967. OLE color: 1448967.

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

Color convert

RGB 7 28 22 -
CMYK 0.75 0 0.21 0.89
HSL 162.86º 0.6% 0.07% -
HSV(B) 162.86º 0.75% 0.11% -
XYZ 0.65 0.93 0.91 -
YUV 21.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 7 28 22 0.75 0 0.21 0.89 162.86 0.6 0.07
Hex 7 1C 16 4B 0 15 59 A3 3C 7
Octal 7 34 26 113 0 25 131 243 74 7
Binary 111 11100 10110 1001011 0 10101 1011001 10100011 111100 111

Color Harmonies of #071C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C16

Black with #071C16

Text Example


Text Example

White with #071C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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