Html Css Color HEX #072015 Dark Green

📋 copy color: '#072015'

red 7 ◦ green 32 ◦ blue 21

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

Shades of Dark Green #072015

Tints of Dark Green #072015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 35%

R = 11.67%
G = 53.33%
B = 35%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#072015 (or 0x072015) is known color: Dark Green. HEX triplet: 07, 20 and 15. RGB value is (7,32,21). Sum of RGB (Red+Green+Blue) = 7+32+21=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #072015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072015 is #F8DFEA. Grayscale: #171717. Windows color (decimal): -16310251 or 1384455. OLE color: 1384455.

HSL color Cylindrical-coordinate representation of color #072015: hue angle of 153.6º 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 #072015 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB 7 32 21 -
CMYK 0.78 0 0.34 0.87
HSL 153.6º 0.64% 0.08% -
HSV(B) 153.6º 0.78% 0.13% -
XYZ 0.74 1.13 0.89 -
YUV 23.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 7 32 21 0.78 0 0.34 0.87 153.6 0.64 0.08
Hex 7 20 15 4E 0 22 57 9A 40 8
Octal 7 40 25 116 0 42 127 232 100 10
Binary 111 100000 10101 1001110 0 100010 1010111 10011010 1000000 1000

Color Harmonies of #072015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072015

Black with #072015

Text Example


Text Example

White with #072015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072015; }

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

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

background-color css

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

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

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

border-color css

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

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

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