#0F211E

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

Shades of Dark Green #0F211E

Tints of Dark Green #0F211E

Color information

#0F211E (or 0x0F211E) is unknown color: approx Dark Green. HEX triplet: 0F, 21 and 1E. RGB value is (15,33,30). Sum of RGB (Red+Green+Blue) = 15+33+30=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 33 - color contains mainly: green. Hex color #0F211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F211E is #F0DEE1. Grayscale: #1B1B1B. Windows color (decimal): -15785698 or 1974543. OLE color: 1974543.

HSL color Cylindrical-coordinate representation of color #0F211E: hue angle of 170º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0F211E is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB153330-
CMYK0.5500.090.87
HSL170º37.5%9.41%-
HSV(B)170º54.55%12.94%-
XYZ0.981.281.42-
YUV27.28129.54119.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.23%
GREEN value IS 33 (13.28% from 255) = 42.31%
BLUE value IS 30 (12.11% from 255) = 38.46%
R=19.23%
G=42.31%
B=38.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1533300.5500.090.8717037.59.41
HexF211E370957aa269
Octal174136670111272524611
Binary111110000111110110111010011010111101010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F211E; }

 p { color: rgb(15,33,30); }

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

<style>
 a { background-color: #0F211E; }

 a { background-color: rgb(15,33,30); }

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

<style>
 span { border-color: #0F211E; }

 span { border-color: rgb(15,33,30); }

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