#09301A

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

Shades of Dark Green #09301A

Tints of Dark Green #09301A

Color information

#09301A (or 0x09301A) is unknown color: approx Dark Green. HEX triplet: 09, 30 and 1A. RGB value is (9,48,26). Sum of RGB (Red+Green+Blue) = 9+48+26=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 48 (19.14% from 255 or 57.83% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 48 - color contains mainly: green. Hex color #09301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09301A is #F6CFE5. Grayscale: #212121. Windows color (decimal): -16175078 or 1716233. OLE color: 1716233.

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

Color convert

RGB94826-
CMYK0.8100.460.81
HSL146.15º68.42%11.18%-
HSV(B)146.15º81.25%18.82%-
XYZ1.362.251.34-
YUV33.83123.58110.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.84%
GREEN value IS 48 (19.14% from 255) = 57.83%
BLUE value IS 26 (10.55% from 255) = 31.33%
R=10.84%
G=57.83%
B=31.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal948260.8100.460.81146.1568.4211.18
Hex9301A5102E519244b
Octal11603212105612122210413
Binary1001110000110101010001010111010100011001001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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