Html Css Color HEX #072312 Dark Green

📋 copy color: '#072312'

red 7 ◦ green 35 ◦ blue 18

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

Shades of Dark Green #072312

Tints of Dark Green #072312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 58.33%

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

R = 11.67%
G = 58.33%
B = 30%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#072312 (or 0x072312) is known color: Dark Green. HEX triplet: 07, 23 and 12. RGB value is (7,35,18). Sum of RGB (Red+Green+Blue) = 7+35+18=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #072312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072312 is #F8DCED. Grayscale: #181818. Windows color (decimal): -16309486 or 1188615. OLE color: 1188615.

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

Color convert

RGB 7 35 18 -
CMYK 0.80 0 0.49 0.86
HSL 143.57º 0.67% 0.08% -
HSV(B) 143.57º 0.8% 0.14% -
XYZ 0.8 1.29 0.78 -
YUV 24.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 7 35 18 0.80 0 0.49 0.86 143.57 0.67 0.08
Hex 7 23 12 50 0 31 56 90 43 8
Octal 7 43 22 120 0 61 126 220 103 10
Binary 111 100011 10010 1010000 0 110001 1010110 10010000 1000011 1000

Color Harmonies of #072312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072312

Black with #072312

Text Example


Text Example

White with #072312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072312; }

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

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

background-color css

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

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

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

border-color css

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

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

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