Html Css Color HEX #072C1A Dark Green

📋 copy color: '#072C1A'

red 7 ◦ green 44 ◦ blue 26

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

Shades of Dark Green #072C1A

Tints of Dark Green #072C1A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 57.14%

 BLUE value IS 26 (10.55% from 255) = 33.77%

R = 9.09%
G = 57.14%
B = 33.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.83

RGB Variations

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

Color information

#072C1A (or 0x072C1A) is known color: Dark Green. HEX triplet: 07, 2C and 1A. RGB value is (7,44,26). Sum of RGB (Red+Green+Blue) = 7+44+26=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 44 (17.58% from 255 or 57.14% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 44 - color contains mainly: green. Hex color #072C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C1A is #F8D3E5. Grayscale: #1E1E1E. Windows color (decimal): -16307174 or 1715207. OLE color: 1715207.

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

Color convert

RGB 7 44 26 -
CMYK 0.84 0 0.41 0.83
HSL 150.81º 0.73% 0.1% -
HSV(B) 150.81º 0.84% 0.17% -
XYZ 1.17 1.92 1.29 -
YUV 30.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 7 44 26 0.84 0 0.41 0.83 150.81 0.73 0.1
Hex 7 2C 1A 54 0 29 53 97 49 A
Octal 7 54 32 124 0 51 123 227 111 12
Binary 111 101100 11010 1010100 0 101001 1010011 10010111 1001001 1010

Color Harmonies of #072C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C1A

Black with #072C1A

Text Example


Text Example

White with #072C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,44,26); }

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

background-color css

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

 a { background-color: rgb(7,44,26); }

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

border-color css

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

 span { border-color: rgb(7,44,26); }

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