Html Css Color HEX #071E12 Dark Green

📋 copy color: '#071E12'

red 7 ◦ green 30 ◦ blue 18

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

Shades of Dark Green #071E12

Tints of Dark Green #071E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 54.55%

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

R = 12.73%
G = 54.55%
B = 32.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.40

 K value IS 0.88

RGB Variations

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

Color information

#071E12 (or 0x071E12) is known color: Dark Green. HEX triplet: 07, 1E and 12. RGB value is (7,30,18). Sum of RGB (Red+Green+Blue) = 7+30+18=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 30 (12.11% from 255 or 54.55% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 30 - color contains mainly: green. Hex color #071E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071E12 is #F8E1ED. Grayscale: #151515. Windows color (decimal): -16310766 or 1187335. OLE color: 1187335.

HSL color Cylindrical-coordinate representation of color #071E12: hue angle of 148.7º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #071E12 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 30 18 -
CMYK 0.77 0 0.40 0.88
HSL 148.7º 0.62% 0.07% -
HSV(B) 148.7º 0.77% 0.12% -
XYZ 0.66 1.02 0.73 -
YUV 21.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 7 30 18 0.77 0 0.40 0.88 148.7 0.62 0.07
Hex 7 1E 12 4D 0 28 58 95 3E 7
Octal 7 36 22 115 0 50 130 225 76 7
Binary 111 11110 10010 1001101 0 101000 1011000 10010101 111110 111

Color Harmonies of #071E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071E12

Black with #071E12

Text Example


Text Example

White with #071E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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