#09301D

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

Shades of Dark Green #09301D

Tints of Dark Green #09301D

Color information

#09301D (or 0x09301D) is unknown color: approx Dark Green. HEX triplet: 09, 30 and 1D. RGB value is (9,48,29). Sum of RGB (Red+Green+Blue) = 9+48+29=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #09301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09301D is #F6CFE2. Grayscale: #222222. Windows color (decimal): -16175075 or 1912841. OLE color: 1912841.

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

Color convert

RGB94829-
CMYK0.8100.400.81
HSL150.77º68.42%11.18%-
HSV(B)150.77º81.25%18.82%-
XYZ1.392.261.53-
YUV34.17125.08110.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.47%
GREEN value IS 48 (19.14% from 255) = 55.81%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=10.47%
G=55.81%
B=33.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal948290.8100.400.81150.7768.4211.18
Hex9301D51028519744b
Octal11603512105012122710413
Binary1001110000111011010001010100010100011001011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,48,29); }

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

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

 a { background-color: rgb(9,48,29); }

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

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

 span { border-color: rgb(9,48,29); }

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