Html Css Color HEX #071D1B Dark Green

📋 copy color: '#071D1B'

red 7 ◦ green 29 ◦ blue 27

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

Shades of Dark Green #071D1B

Tints of Dark Green #071D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 46.03%

 BLUE value IS 27 (10.94% from 255) = 42.86%

R = 11.11%
G = 46.03%
B = 42.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#071D1B (or 0x071D1B) is known color: Dark Green. HEX triplet: 07, 1D and 1B. RGB value is (7,29,27). Sum of RGB (Red+Green+Blue) = 7+29+27=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 29 (11.72% from 255 or 46.03% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 29 - color contains mainly: green. Hex color #071D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D1B is #F8E2E4. Grayscale: #161616. Windows color (decimal): -16311013 or 1776903. OLE color: 1776903.

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

Color convert

RGB 7 29 27 -
CMYK 0.76 0 0.07 0.89
HSL 174.55º 0.61% 0.07% -
HSV(B) 174.55º 0.76% 0.11% -
XYZ 0.72 1 1.19 -
YUV 22.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 7 29 27 0.76 0 0.07 0.89 174.55 0.61 0.07
Hex 7 1D 1B 4C 0 7 59 AF 3D 7
Octal 7 35 33 114 0 7 131 257 75 7
Binary 111 11101 11011 1001100 0 111 1011001 10101111 111101 111

Color Harmonies of #071D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071D1B

Black with #071D1B

Text Example


Text Example

White with #071D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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