#0F2520

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

Shades of Dark Green #0F2520

Tints of Dark Green #0F2520

Color information

#0F2520 (or 0x0F2520) is unknown color: approx Dark Green. HEX triplet: 0F, 25 and 20. RGB value is (15,37,32). Sum of RGB (Red+Green+Blue) = 15+37+32=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #0F2520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2520 is #F0DADF. Grayscale: #1D1D1D. Windows color (decimal): -15784672 or 2106639. OLE color: 2106639.

HSL color Cylindrical-coordinate representation of color #0F2520: hue angle of 166.36º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0F2520 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB153732-
CMYK0.5900.140.85
HSL166.36º42.31%10.2%-
HSV(B)166.36º59.46%14.51%-
XYZ1.121.531.6-
YUV29.85129.21117.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.86%
GREEN value IS 37 (14.84% from 255) = 44.05%
BLUE value IS 32 (12.89% from 255) = 38.10%
R=17.86%
G=44.05%
B=38.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1537320.5900.140.85166.3642.3110.2
HexF25203B0E55a62aa
Octal174540730161252465212
Binary1111100101100000111011011101010101101001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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