Html Css Color HEX #072D1B Dark Green

📋 copy color: '#072D1B'

red 7 ◦ green 45 ◦ blue 27

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

Shades of Dark Green #072D1B

Tints of Dark Green #072D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 34.18%

R = 8.86%
G = 56.96%
B = 34.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.4

 K value IS 0.82

RGB Variations

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

Color information

#072D1B (or 0x072D1B) is known color: Dark Green. HEX triplet: 07, 2D and 1B. RGB value is (7,45,27). Sum of RGB (Red+Green+Blue) = 7+45+27=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 45 (17.97% from 255 or 56.96% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 45 - color contains mainly: green. Hex color #072D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D1B is #F8D2E4. Grayscale: #1F1F1F. Windows color (decimal): -16306917 or 1780999. OLE color: 1780999.

HSL color Cylindrical-coordinate representation of color #072D1B: hue angle of 151.58º 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 #072D1B is Cyan = 0.84, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.82.

Color convert

RGB 7 45 27 -
CMYK 0.84 0 0.4 0.82
HSL 151.58º 0.73% 0.1% -
HSV(B) 151.58º 0.84% 0.18% -
XYZ 1.22 2 1.36 -
YUV 31.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 7 45 27 0.84 0 0.4 0.82 151.58 0.73 0.1
Hex 7 2D 1B 54 0 28 52 98 49 A
Octal 7 55 33 124 0 50 122 230 111 12
Binary 111 101101 11011 1010100 0 101000 1010010 10011000 1001001 1010

Color Harmonies of #072D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D1B

Black with #072D1B

Text Example


Text Example

White with #072D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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