Html Css Color HEX #072310 Dark Green

📋 copy color: '#072310'

red 7 ◦ green 35 ◦ blue 16

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

Shades of Dark Green #072310

Tints of Dark Green #072310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 27.59%

R = 12.07%
G = 60.34%
B = 27.59%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.54

 K value IS 0.86

RGB Variations

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

Color information

#072310 (or 0x072310) is known color: Dark Green. HEX triplet: 07, 23 and 10. RGB value is (7,35,16). Sum of RGB (Red+Green+Blue) = 7+35+16=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 35 (14.06% from 255 or 60.34% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 35 - color contains mainly: green. Hex color #072310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072310 is #F8DCEF. Grayscale: #181818. Windows color (decimal): -16309488 or 1057543. OLE color: 1057543.

HSL color Cylindrical-coordinate representation of color #072310: hue angle of 139.29º 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 #072310 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.86.

Color convert

RGB 7 35 16 -
CMYK 0.80 0 0.54 0.86
HSL 139.29º 0.67% 0.08% -
HSV(B) 139.29º 0.8% 0.14% -
XYZ 0.78 1.28 0.7 -
YUV 24.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 7 35 16 0.80 0 0.54 0.86 139.29 0.67 0.08
Hex 7 23 10 50 0 36 56 8B 43 8
Octal 7 43 20 120 0 66 126 213 103 10
Binary 111 100011 10000 1010000 0 110110 1010110 10001011 1000011 1000

Color Harmonies of #072310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072310

Black with #072310

Text Example


Text Example

White with #072310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072310; }

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

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

background-color css

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

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

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

border-color css

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

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

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