#090F0B

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

Shades of Dark Green #090F0B

Tints of Dark Green #090F0B

Color information

#090F0B (or 0x090F0B) is unknown color: approx Dark Green. HEX triplet: 09, 0F and 0B. RGB value is (9,15,11). Sum of RGB (Red+Green+Blue) = 9+15+11=35 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25.71% from 35); Green value is 15 (6.25% from 255 or 42.86% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 15 - color contains mainly: green. Hex color #090F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F0B is #F6F0F4. Grayscale: #0C0C0C. Windows color (decimal): -16183541 or 724745. OLE color: 724745.

HSL color Cylindrical-coordinate representation of color #090F0B: hue angle of 140º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #090F0B is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.94.

Color convert

RGB91511-
CMYK0.4000.270.94
HSL140º25%4.71%-
HSV(B)140º40%5.88%-
XYZ0.340.420.38-
YUV12.75127.01125.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 25.71%
GREEN value IS 15 (6.25% from 255) = 42.86%
BLUE value IS 11 (4.69% from 255) = 31.43%
R=25.71%
G=42.86%
B=31.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal915110.4000.270.94140254.71
Hex9FB2801B5E8c195
Octal11171350033136214315
Binary10011111101110100001101110111101000110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090F0B; }

 p { color: rgb(9,15,11); }

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

<style>
 a { background-color: #090F0B; }

 a { background-color: rgb(9,15,11); }

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

<style>
 span { border-color: #090F0B; }

 span { border-color: rgb(9,15,11); }

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