#09211F

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

Shades of Dark Green #09211F

Tints of Dark Green #09211F

Color information

#09211F (or 0x09211F) is unknown color: approx Dark Green. HEX triplet: 09, 21 and 1F. RGB value is (9,33,31). Sum of RGB (Red+Green+Blue) = 9+33+31=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 33 (13.28% from 255 or 45.21% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 33 - color contains mainly: green. Hex color #09211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09211F is #F6DEE0. Grayscale: #191919. Windows color (decimal): -16178913 or 2040073. OLE color: 2040073.

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

Color convert

RGB93331-
CMYK0.7300.060.87
HSL175º57.14%8.24%-
HSV(B)175º72.73%12.94%-
XYZ0.91.241.49-
YUV25.6131.05116.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.33%
GREEN value IS 33 (13.28% from 255) = 45.21%
BLUE value IS 31 (12.5% from 255) = 42.47%
R=12.33%
G=45.21%
B=42.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal933310.7300.060.8717557.148.24
Hex9211F490657af398
Octal114137111061272577110
Binary100110000111111100100101101010111101011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09211F; }

 p { color: rgb(9,33,31); }

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

<style>
 a { background-color: #09211F; }

 a { background-color: rgb(9,33,31); }

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

<style>
 span { border-color: #09211F; }

 span { border-color: rgb(9,33,31); }

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