#0F2420

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

Shades of Dark Green #0F2420

Tints of Dark Green #0F2420

Color information

#0F2420 (or 0x0F2420) is unknown color: approx Dark Green. HEX triplet: 0F, 24 and 20. RGB value is (15,36,32). Sum of RGB (Red+Green+Blue) = 15+36+32=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 36 - color contains mainly: green. Hex color #0F2420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2420 is #F0DBDF. Grayscale: #1D1D1D. Windows color (decimal): -15784928 or 2106383. OLE color: 2106383.

HSL color Cylindrical-coordinate representation of color #0F2420: hue angle of 168.57º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F2420 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB153632-
CMYK0.5800.110.86
HSL168.57º41.18%10%-
HSV(B)168.57º58.33%14.12%-
XYZ1.091.471.59-
YUV29.26129.54117.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.07%
GREEN value IS 36 (14.45% from 255) = 43.37%
BLUE value IS 32 (12.89% from 255) = 38.55%
R=18.07%
G=43.37%
B=38.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1536320.5800.110.86168.5741.1810
HexF24203A0B56a929a
Octal174440720131262515112
Binary1111100100100000111010010111010110101010011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,36,32); }

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

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

 a { background-color: rgb(15,36,32); }

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

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

 span { border-color: rgb(15,36,32); }

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