Html Css Color HEX #072412 Dark Green

📋 copy color: '#072412'

red 7 ◦ green 36 ◦ blue 18

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

Shades of Dark Green #072412

Tints of Dark Green #072412

RGB

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

 GREEN value IS 36 (14.45% from 255) = 59.02%

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

R = 11.48%
G = 59.02%
B = 29.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#072412 (or 0x072412) is known color: Dark Green. HEX triplet: 07, 24 and 12. RGB value is (7,36,18). Sum of RGB (Red+Green+Blue) = 7+36+18=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #072412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072412 is #F8DBED. Grayscale: #191919. Windows color (decimal): -16309230 or 1188871. OLE color: 1188871.

HSL color Cylindrical-coordinate representation of color #072412: hue angle of 142.76º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072412 is Cyan = 0.81, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB 7 36 18 -
CMYK 0.81 0 0.5 0.86
HSL 142.76º 0.67% 0.08% -
HSV(B) 142.76º 0.81% 0.14% -
XYZ 0.83 1.35 0.79 -
YUV 25.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 7 36 18 0.81 0 0.5 0.86 142.76 0.67 0.08
Hex 7 24 12 51 0 32 56 8F 43 8
Octal 7 44 22 121 0 62 126 217 103 10
Binary 111 100100 10010 1010001 0 110010 1010110 10001111 1000011 1000

Color Harmonies of #072412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072412

Black with #072412

Text Example


Text Example

White with #072412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072412; }

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

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

background-color css

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

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

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

border-color css

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

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

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