#072314

Color #072314 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #072314

Tints of Dark Green #072314

Color information

#072314 (or 0x072314) is unknown color: approx Dark Green. HEX triplet: 07, 23 and 14. RGB value is (7,35,20). Sum of RGB (Red+Green+Blue) = 7+35+20=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #072314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072314 is #F8DCEB. Grayscale: #181818. Windows color (decimal): -16309484 or 1319687. OLE color: 1319687.

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

Color convert

RGB73520-
CMYK0.8000.430.86
HSL147.86º66.67%8.24%-
HSV(B)147.86º80%13.73%-
XYZ0.811.30.87-
YUV24.92125.22115.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.29%
GREEN value IS 35 (14.06% from 255) = 56.45%
BLUE value IS 20 (8.20% from 255) = 32.26%
R=11.29%
G=56.45%
B=32.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal735200.8000.430.86147.8666.678.24
Hex723145002B5694438
Octal7432412005312622410310
Binary111100011101001010000010101110101101001010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072314; }

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

 H1.HeaderClassName
 {
   color: #072314;
 }
 .AnyTagClassName
 {
   color: #072314;
 }
</style>
background-color css

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

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

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

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

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

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