#09312A

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

Shades of Dark Green #09312A

Tints of Dark Green #09312A

Color information

#09312A (or 0x09312A) is unknown color: approx Dark Green. HEX triplet: 09, 31 and 2A. RGB value is (9,49,42). Sum of RGB (Red+Green+Blue) = 9+49+42=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #09312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09312A is #F6CED5. Grayscale: #242424. Windows color (decimal): -16174806 or 2765065. OLE color: 2765065.

HSL color Cylindrical-coordinate representation of color #09312A: hue angle of 169.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09312A is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB94942-
CMYK0.8200.140.81
HSL169.5º68.97%11.37%-
HSV(B)169.5º81.63%19.22%-
XYZ1.632.422.57-
YUV36.24131.25108.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 42 (16.80% from 255) = 42%
R=9%
G=49%
B=42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949420.8200.140.81169.568.9711.37
Hex9312A520E51aa45b
Octal11615212201612125210513
Binary100111000110101010100100111010100011010101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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