Html Css Color HEX #071C0F Dark Green

📋 copy color: '#071C0F'

red 7 ◦ green 28 ◦ blue 15

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

Shades of Dark Green #071C0F

Tints of Dark Green #071C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 30%

R = 14%
G = 56%
B = 30%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.46

 K value IS 0.89

RGB Variations

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

Color information

#071C0F (or 0x071C0F) is known color: Dark Green. HEX triplet: 07, 1C and 0F. RGB value is (7,28,15). Sum of RGB (Red+Green+Blue) = 7+28+15=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #071C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C0F is #F8E3F0. Grayscale: #141414. Windows color (decimal): -16311281 or 990215. OLE color: 990215.

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

Color convert

RGB 7 28 15 -
CMYK 0.75 0 0.46 0.89
HSL 142.86º 0.6% 0.07% -
HSV(B) 142.86º 0.75% 0.11% -
XYZ 0.59 0.91 0.6 -
YUV 20.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 7 28 15 0.75 0 0.46 0.89 142.86 0.6 0.07
Hex 7 1C F 4B 0 2E 59 8F 3C 7
Octal 7 34 17 113 0 56 131 217 74 7
Binary 111 11100 1111 1001011 0 101110 1011001 10001111 111100 111

Color Harmonies of #071C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C0F

Black with #071C0F

Text Example


Text Example

White with #071C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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