#0F211C

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

Shades of Dark Green #0F211C

Tints of Dark Green #0F211C

Color information

#0F211C (or 0x0F211C) is unknown color: approx Dark Green. HEX triplet: 0F, 21 and 1C. RGB value is (15,33,28). Sum of RGB (Red+Green+Blue) = 15+33+28=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 33 - color contains mainly: green. Hex color #0F211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F211C is #F0DEE3. Grayscale: #1B1B1B. Windows color (decimal): -15785700 or 1843471. OLE color: 1843471.

HSL color Cylindrical-coordinate representation of color #0F211C: hue angle of 163.33º 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 #0F211C is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB153328-
CMYK0.5500.150.87
HSL163.33º37.5%9.41%-
HSV(B)163.33º54.55%12.94%-
XYZ0.951.271.29-
YUV27.05128.54119.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.74%
GREEN value IS 33 (13.28% from 255) = 43.42%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=19.74%
G=43.42%
B=36.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1533280.5500.150.87163.3337.59.41
HexF211C370F57a3269
Octal174134670171272434611
Binary111110000111100110111011111010111101000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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