#09301B

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

Shades of Dark Green #09301B

Tints of Dark Green #09301B

Color information

#09301B (or 0x09301B) is unknown color: approx Dark Green. HEX triplet: 09, 30 and 1B. RGB value is (9,48,27). Sum of RGB (Red+Green+Blue) = 9+48+27=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #09301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09301B is #F6CFE4. Grayscale: #212121. Windows color (decimal): -16175077 or 1781769. OLE color: 1781769.

HSL color Cylindrical-coordinate representation of color #09301B: hue angle of 147.69º 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 #09301B is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB94827-
CMYK0.8100.440.81
HSL147.69º68.42%11.18%-
HSV(B)147.69º81.25%18.82%-
XYZ1.372.251.4-
YUV33.94124.08110.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.71%
GREEN value IS 48 (19.14% from 255) = 57.14%
BLUE value IS 27 (10.94% from 255) = 32.14%
R=10.71%
G=57.14%
B=32.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal948270.8100.440.81147.6968.4211.18
Hex9301B5102C519444b
Octal11603312105412122410413
Binary1001110000110111010001010110010100011001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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