#07331D

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

Shades of Dark Green #07331D

Tints of Dark Green #07331D

Color information

#07331D (or 0x07331D) is unknown color: approx Dark Green. HEX triplet: 07, 33 and 1D. RGB value is (7,51,29). Sum of RGB (Red+Green+Blue) = 7+51+29=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #07331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07331D is #F8CCE2. Grayscale: #232323. Windows color (decimal): -16305379 or 1913607. OLE color: 1913607.

HSL color Cylindrical-coordinate representation of color #07331D: hue angle of 150º 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 #07331D is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB75129-
CMYK0.8600.430.8
HSL150º75.86%11.37%-
HSV(B)150º86.27%20%-
XYZ1.492.51.57-
YUV35.34124.42107.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 51 (20.31% from 255) = 58.62%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=8.05%
G=58.62%
B=33.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal751290.8600.430.815075.8611.37
Hex7331D5602B50964cb
Octal7633512605312022611413
Binary111110011111011010110010101110100001001011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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