Html Css Color HEX #072A18 Dark Green

📋 copy color: '#072A18'

red 7 ◦ green 42 ◦ blue 24

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

Shades of Dark Green #072A18

Tints of Dark Green #072A18

RGB

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

 GREEN value IS 42 (16.8% from 255) = 57.53%

 BLUE value IS 24 (9.77% from 255) = 32.88%

R = 9.59%
G = 57.53%
B = 32.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.43

 K value IS 0.84

RGB Variations

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

Color information

#072A18 (or 0x072A18) is known color: Dark Green. HEX triplet: 07, 2A and 18. RGB value is (7,42,24). Sum of RGB (Red+Green+Blue) = 7+42+24=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 42 (16.80% from 255 or 57.53% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 42 - color contains mainly: green. Hex color #072A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072A18 is #F8D5E7. Grayscale: #1D1D1D. Windows color (decimal): -16307688 or 1583623. OLE color: 1583623.

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

Color convert

RGB 7 42 24 -
CMYK 0.83 0 0.43 0.84
HSL 149.14º 0.71% 0.1% -
HSV(B) 149.14º 0.83% 0.16% -
XYZ 1.08 1.77 1.15 -
YUV 29.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 7 42 24 0.83 0 0.43 0.84 149.14 0.71 0.1
Hex 7 2A 18 53 0 2B 54 95 47 A
Octal 7 52 30 123 0 53 124 225 107 12
Binary 111 101010 11000 1010011 0 101011 1010100 10010101 1000111 1010

Color Harmonies of #072A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072A18

Black with #072A18

Text Example


Text Example

White with #072A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,42,24); }

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

background-color css

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

 a { background-color: rgb(7,42,24); }

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

border-color css

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

 span { border-color: rgb(7,42,24); }

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