Html Css Color HEX #071D1A Dark Green

📋 copy color: '#071D1A'

red 7 ◦ green 29 ◦ blue 26

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

Shades of Dark Green #071D1A

Tints of Dark Green #071D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 41.94%

R = 11.29%
G = 46.77%
B = 41.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.89

RGB Variations

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

Color information

#071D1A (or 0x071D1A) is known color: Dark Green. HEX triplet: 07, 1D and 1A. RGB value is (7,29,26). Sum of RGB (Red+Green+Blue) = 7+29+26=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #071D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D1A is #F8E2E5. Grayscale: #161616. Windows color (decimal): -16311014 or 1711367. OLE color: 1711367.

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

Color convert

RGB 7 29 26 -
CMYK 0.76 0 0.10 0.89
HSL 171.82º 0.61% 0.07% -
HSV(B) 171.82º 0.76% 0.11% -
XYZ 0.71 1 1.13 -
YUV 22.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 7 29 26 0.76 0 0.10 0.89 171.82 0.61 0.07
Hex 7 1D 1A 4C 0 A 59 AC 3D 7
Octal 7 35 32 114 0 12 131 254 75 7
Binary 111 11101 11010 1001100 0 1010 1011001 10101100 111101 111

Color Harmonies of #071D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071D1A

Black with #071D1A

Text Example


Text Example

White with #071D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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