#09302A

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

Shades of Dark Green #09302A

Tints of Dark Green #09302A

Color information

#09302A (or 0x09302A) is unknown color: approx Dark Green. HEX triplet: 09, 30 and 2A. RGB value is (9,48,42). Sum of RGB (Red+Green+Blue) = 9+48+42=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #09302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09302A is #F6CFD5. Grayscale: #232323. Windows color (decimal): -16175062 or 2764809. OLE color: 2764809.

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

Color convert

RGB94842-
CMYK0.8100.130.81
HSL170.77º68.42%11.18%-
HSV(B)170.77º81.25%18.82%-
XYZ1.592.342.56-
YUV35.66131.58108.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 42 (16.80% from 255) = 42.42%
R=9.09%
G=48.48%
B=42.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal948420.8100.130.81170.7768.4211.18
Hex9302A510D51ab44b
Octal11605212101512125310413
Binary100111000010101010100010110110100011010101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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