Html Css Color HEX #071E1C Dark Green

📋 copy color: '#071E1C'

red 7 ◦ green 30 ◦ blue 28

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

Shades of Dark Green #071E1C

Tints of Dark Green #071E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 43.08%

R = 10.77%
G = 46.15%
B = 43.08%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.88

RGB Variations

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

Color information

#071E1C (or 0x071E1C) is known color: Dark Green. HEX triplet: 07, 1E and 1C. RGB value is (7,30,28). Sum of RGB (Red+Green+Blue) = 7+30+28=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 30 - color contains mainly: green. Hex color #071E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E1C is #F8E1E3. Grayscale: #161616. Windows color (decimal): -16310756 or 1842695. OLE color: 1842695.

HSL color Cylindrical-coordinate representation of color #071E1C: hue angle of 174.78º 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 #071E1C is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 30 28 -
CMYK 0.77 0 0.07 0.88
HSL 174.78º 0.62% 0.07% -
HSV(B) 174.78º 0.77% 0.12% -
XYZ 0.76 1.06 1.26 -
YUV 22.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 7 30 28 0.77 0 0.07 0.88 174.78 0.62 0.07
Hex 7 1E 1C 4D 0 7 58 AF 3E 7
Octal 7 36 34 115 0 7 130 257 76 7
Binary 111 11110 11100 1001101 0 111 1011000 10101111 111110 111

Color Harmonies of #071E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071E1C

Black with #071E1C

Text Example


Text Example

White with #071E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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