#07281C

Color #07281C Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #07281C

Tints of Dark Green #07281C

Color information

#07281C (or 0x07281C) is unknown color: approx Dark Green. HEX triplet: 07, 28 and 1C. RGB value is (7,40,28). Sum of RGB (Red+Green+Blue) = 7+40+28=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 40 (16.02% from 255 or 53.33% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 40 - color contains mainly: green. Hex color #07281C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07281C is #F8D7E3. Grayscale: #1C1C1C. Windows color (decimal): -16308196 or 1845255. OLE color: 1845255.

HSL color Cylindrical-coordinate representation of color #07281C: hue angle of 158.18º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07281C is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB74028-
CMYK0.8300.300.84
HSL158.18º70.21%9.22%-
HSV(B)158.18º82.5%15.69%-
XYZ1.061.651.36-
YUV28.76127.57112.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.33%
GREEN value IS 40 (16.02% from 255) = 53.33%
BLUE value IS 28 (11.33% from 255) = 37.33%
R=9.33%
G=53.33%
B=37.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal740280.8300.300.84158.1870.219.22
Hex7281C5301E549e469
Octal7503412303612423610611
Binary11110100011100101001101111010101001001111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07281C; }

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

 H1.HeaderClassName
 {
   color: #07281C;
 }
 .AnyTagClassName
 {
   color: #07281C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #07281C;
 }
 .BgClassName
 {
   background-color: #07281C;
 }
</style>
border-color css

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

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

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