Html Css Color HEX #071812 Dark Green

📋 copy color: '#071812'

red 7 ◦ green 24 ◦ blue 18

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

Shades of Dark Green #071812

Tints of Dark Green #071812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 48.98%

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

R = 14.29%
G = 48.98%
B = 36.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#071812 (or 0x071812) is known color: Dark Green. HEX triplet: 07, 18 and 12. RGB value is (7,24,18). Sum of RGB (Red+Green+Blue) = 7+24+18=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 24 - color contains mainly: green. Hex color #071812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071812 is #F8E7ED. Grayscale: #121212. Windows color (decimal): -16312302 or 1185799. OLE color: 1185799.

HSL color Cylindrical-coordinate representation of color #071812: hue angle of 158.82º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #071812 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 24 18 -
CMYK 0.71 0 0.25 0.91
HSL 158.82º 0.55% 0.06% -
HSV(B) 158.82º 0.71% 0.09% -
XYZ 0.52 0.74 0.69 -
YUV 18.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 7 24 18 0.71 0 0.25 0.91 158.82 0.55 0.06
Hex 7 18 12 47 0 19 5B 9F 37 6
Octal 7 30 22 107 0 31 133 237 67 6
Binary 111 11000 10010 1000111 0 11001 1011011 10011111 110111 110

Color Harmonies of #071812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071812

Black with #071812

Text Example


Text Example

White with #071812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071812; }

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

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

background-color css

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

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

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

border-color css

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

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

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