Html Css Color HEX #071C11 Dark Green

📋 copy color: '#071C11'

red 7 ◦ green 28 ◦ blue 17

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

Shades of Dark Green #071C11

Tints of Dark Green #071C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 32.69%

R = 13.46%
G = 53.85%
B = 32.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.89

RGB Variations

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

Color information

#071C11 (or 0x071C11) is known color: Dark Green. HEX triplet: 07, 1C and 11. RGB value is (7,28,17). Sum of RGB (Red+Green+Blue) = 7+28+17=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 28 (11.33% from 255 or 53.85% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 28 - color contains mainly: green. Hex color #071C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C11 is #F8E3EE. Grayscale: #141414. Windows color (decimal): -16311279 or 1121287. OLE color: 1121287.

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

Color convert

RGB 7 28 17 -
CMYK 0.75 0 0.39 0.89
HSL 148.57º 0.6% 0.07% -
HSV(B) 148.57º 0.75% 0.11% -
XYZ 0.6 0.92 0.68 -
YUV 20.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 7 28 17 0.75 0 0.39 0.89 148.57 0.6 0.07
Hex 7 1C 11 4B 0 27 59 95 3C 7
Octal 7 34 21 113 0 47 131 225 74 7
Binary 111 11100 10001 1001011 0 100111 1011001 10010101 111100 111

Color Harmonies of #071C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C11

Black with #071C11

Text Example


Text Example

White with #071C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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