Html Css Color HEX #072018 Dark Green

📋 copy color: '#072018'

red 7 ◦ green 32 ◦ blue 24

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

Shades of Dark Green #072018

Tints of Dark Green #072018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 50.79%

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

R = 11.11%
G = 50.79%
B = 38.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.87

RGB Variations

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

Color information

#072018 (or 0x072018) is known color: Dark Green. HEX triplet: 07, 20 and 18. RGB value is (7,32,24). Sum of RGB (Red+Green+Blue) = 7+32+24=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 32 (12.89% from 255 or 50.79% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 32 - color contains mainly: green. Hex color #072018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072018 is #F8DFE7. Grayscale: #171717. Windows color (decimal): -16310248 or 1581063. OLE color: 1581063.

HSL color Cylindrical-coordinate representation of color #072018: hue angle of 160.8º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #072018 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.87.

Color convert

RGB 7 32 24 -
CMYK 0.78 0 0.25 0.87
HSL 160.8º 0.64% 0.08% -
HSV(B) 160.8º 0.78% 0.13% -
XYZ 0.77 1.14 1.04 -
YUV 23.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 7 32 24 0.78 0 0.25 0.87 160.8 0.64 0.08
Hex 7 20 18 4E 0 19 57 A1 40 8
Octal 7 40 30 116 0 31 127 241 100 10
Binary 111 100000 11000 1001110 0 11001 1010111 10100001 1000000 1000

Color Harmonies of #072018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072018

Black with #072018

Text Example


Text Example

White with #072018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072018; }

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

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

background-color css

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

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

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

border-color css

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

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

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