Html Css Color HEX #071B0E Dark Green

📋 copy color: '#071B0E'

red 7 ◦ green 27 ◦ blue 14

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

Shades of Dark Green #071B0E

Tints of Dark Green #071B0E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 56.25%

 BLUE value IS 14 (5.86% from 255) = 29.17%

R = 14.58%
G = 56.25%
B = 29.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#071B0E (or 0x071B0E) is known color: Dark Green. HEX triplet: 07, 1B and 0E. RGB value is (7,27,14). Sum of RGB (Red+Green+Blue) = 7+27+14=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #071B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071B0E is #F8E4F1. Grayscale: #131313. Windows color (decimal): -16311538 or 924423. OLE color: 924423.

HSL color Cylindrical-coordinate representation of color #071B0E: hue angle of 141º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #071B0E is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 27 14 -
CMYK 0.74 0 0.48 0.89
HSL 141º 0.59% 0.07% -
HSV(B) 141º 0.74% 0.11% -
XYZ 0.56 0.86 0.55 -
YUV 19.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 7 27 14 0.74 0 0.48 0.89 141 0.59 0.07
Hex 7 1B E 4A 0 30 59 8D 3B 7
Octal 7 33 16 112 0 60 131 215 73 7
Binary 111 11011 1110 1001010 0 110000 1011001 10001101 111011 111

Color Harmonies of #071B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071B0E

Black with #071B0E

Text Example


Text Example

White with #071B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,27,14); }

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

background-color css

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

 a { background-color: rgb(7,27,14); }

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

border-color css

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

 span { border-color: rgb(7,27,14); }

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