#09201E

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

Shades of Dark Green #09201E

Tints of Dark Green #09201E

Color information

#09201E (or 0x09201E) is unknown color: approx Dark Green. HEX triplet: 09, 20 and 1E. RGB value is (9,32,30). Sum of RGB (Red+Green+Blue) = 9+32+30=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #09201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09201E is #F6DFE1. Grayscale: #181818. Windows color (decimal): -16179170 or 1974281. OLE color: 1974281.

HSL color Cylindrical-coordinate representation of color #09201E: hue angle of 174.78º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #09201E is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB93230-
CMYK0.7200.060.87
HSL174.78º56.1%8.04%-
HSV(B)174.78º71.88%12.55%-
XYZ0.861.181.41-
YUV24.89130.88116.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.68%
GREEN value IS 32 (12.89% from 255) = 45.07%
BLUE value IS 30 (12.11% from 255) = 42.25%
R=12.68%
G=45.07%
B=42.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal932300.7200.060.87174.7856.18.04
Hex9201E480657af388
Octal114036110061272577010
Binary100110000011110100100001101010111101011111110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09201E; }

 p { color: rgb(9,32,30); }

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

<style>
 a { background-color: #09201E; }

 a { background-color: rgb(9,32,30); }

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

<style>
 span { border-color: #09201E; }

 span { border-color: rgb(9,32,30); }

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