Html Css Color HEX #072D1F Dark Green

📋 copy color: '#072D1F'

red 7 ◦ green 45 ◦ blue 31

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

Shades of Dark Green #072D1F

Tints of Dark Green #072D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 54.22%

 BLUE value IS 31 (12.5% from 255) = 37.35%

R = 8.43%
G = 54.22%
B = 37.35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.31

 K value IS 0.82

RGB Variations

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

Color information

#072D1F (or 0x072D1F) is known color: Dark Green. HEX triplet: 07, 2D and 1F. RGB value is (7,45,31). Sum of RGB (Red+Green+Blue) = 7+45+31=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 45 (17.97% from 255 or 54.22% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 45 - color contains mainly: green. Hex color #072D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D1F is #F8D2E0. Grayscale: #202020. Windows color (decimal): -16306913 or 2043143. OLE color: 2043143.

HSL color Cylindrical-coordinate representation of color #072D1F: hue angle of 157.89º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #072D1F is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.82.

Color convert

RGB 7 45 31 -
CMYK 0.84 0 0.31 0.82
HSL 157.89º 0.73% 0.1% -
HSV(B) 157.89º 0.84% 0.18% -
XYZ 1.27 2.02 1.62 -
YUV 32.04 127.41 110.14 -
System Red Green Blue C M Y K H S L
Decimal 7 45 31 0.84 0 0.31 0.82 157.89 0.73 0.1
Hex 7 2D 1F 54 0 1F 52 9E 49 A
Octal 7 55 37 124 0 37 122 236 111 12
Binary 111 101101 11111 1010100 0 11111 1010010 10011110 1001001 1010

Color Harmonies of #072D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D1F

Black with #072D1F

Text Example


Text Example

White with #072D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072D1F; }

 p { color: rgb(7,45,31); }

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

background-color css

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

 a { background-color: rgb(7,45,31); }

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

border-color css

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

 span { border-color: rgb(7,45,31); }

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