Html Css Color HEX #071C15 Dark Green

📋 copy color: '#071C15'

red 7 ◦ green 28 ◦ blue 21

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

Shades of Dark Green #071C15

Tints of Dark Green #071C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 37.5%

R = 12.5%
G = 50%
B = 37.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.89

RGB Variations

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

Color information

#071C15 (or 0x071C15) is known color: Dark Green. HEX triplet: 07, 1C and 15. RGB value is (7,28,21). Sum of RGB (Red+Green+Blue) = 7+28+21=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 28 (11.33% from 255 or 50% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 28 - color contains mainly: green. Hex color #071C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C15 is #F8E3EA. Grayscale: #141414. Windows color (decimal): -16311275 or 1383431. OLE color: 1383431.

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

Color convert

RGB 7 28 21 -
CMYK 0.75 0 0.25 0.89
HSL 160º 0.6% 0.07% -
HSV(B) 160º 0.75% 0.11% -
XYZ 0.64 0.93 0.86 -
YUV 20.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 7 28 21 0.75 0 0.25 0.89 160 0.6 0.07
Hex 7 1C 15 4B 0 19 59 A0 3C 7
Octal 7 34 25 113 0 31 131 240 74 7
Binary 111 11100 10101 1001011 0 11001 1011001 10100000 111100 111

Color Harmonies of #071C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071C15

Black with #071C15

Text Example


Text Example

White with #071C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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