Html Css Color HEX #073128 Dark Green

📋 copy color: '#073128'

red 7 ◦ green 49 ◦ blue 40

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

Shades of Dark Green #073128

Tints of Dark Green #073128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 51.04%

 BLUE value IS 40 (16.02% from 255) = 41.67%

R = 7.29%
G = 51.04%
B = 41.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.81

RGB Variations

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

Color information

#073128 (or 0x073128) is known color: Dark Green. HEX triplet: 07, 31 and 28. RGB value is (7,49,40). Sum of RGB (Red+Green+Blue) = 7+49+40=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #073128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073128 is #F8CED7. Grayscale: #232323. Windows color (decimal): -16305880 or 2633991. OLE color: 2633991.

HSL color Cylindrical-coordinate representation of color #073128: hue angle of 167.14º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073128 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 49 40 -
CMYK 0.86 0 0.18 0.81
HSL 167.14º 0.75% 0.11% -
HSV(B) 167.14º 0.86% 0.19% -
XYZ 1.57 2.39 2.39 -
YUV 35.42 130.59 107.73 -
System Red Green Blue C M Y K H S L
Decimal 7 49 40 0.86 0 0.18 0.81 167.14 0.75 0.11
Hex 7 31 28 56 0 12 51 A7 4B B
Octal 7 61 50 126 0 22 121 247 113 13
Binary 111 110001 101000 1010110 0 10010 1010001 10100111 1001011 1011

Color Harmonies of #073128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073128

Black with #073128

Text Example


Text Example

White with #073128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073128; }

 p { color: rgb(7,49,40); }

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

background-color css

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

 a { background-color: rgb(7,49,40); }

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

border-color css

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

 span { border-color: rgb(7,49,40); }

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