#07331E

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

Shades of Dark Green #07331E

Tints of Dark Green #07331E

Color information

#07331E (or 0x07331E) is unknown color: approx Dark Green. HEX triplet: 07, 33 and 1E. RGB value is (7,51,30). Sum of RGB (Red+Green+Blue) = 7+51+30=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 51 (20.31% from 255 or 57.95% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 51 - color contains mainly: green. Hex color #07331E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07331E is #F8CCE1. Grayscale: #232323. Windows color (decimal): -16305378 or 1979143. OLE color: 1979143.

HSL color Cylindrical-coordinate representation of color #07331E: hue angle of 151.36º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #07331E is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.8.

Color convert

RGB75130-
CMYK0.8600.410.8
HSL151.36º75.86%11.37%-
HSV(B)151.36º86.27%20%-
XYZ1.512.511.63-
YUV35.45124.92107.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 51 (20.31% from 255) = 57.95%
BLUE value IS 30 (12.11% from 255) = 34.09%
R=7.95%
G=57.95%
B=34.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751300.8600.410.8151.3675.8611.37
Hex7331E5602950974cb
Octal7633612605112022711413
Binary111110011111101010110010100110100001001011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07331E; }

 p { color: rgb(7,51,30); }

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

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

 a { background-color: rgb(7,51,30); }

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

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

 span { border-color: rgb(7,51,30); }

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