#0F2521

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

Shades of Dark Green #0F2521

Tints of Dark Green #0F2521

Color information

#0F2521 (or 0x0F2521) is unknown color: approx Dark Green. HEX triplet: 0F, 25 and 21. RGB value is (15,37,33). Sum of RGB (Red+Green+Blue) = 15+37+33=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #0F2521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2521 is #F0DADE. Grayscale: #1D1D1D. Windows color (decimal): -15784671 or 2172175. OLE color: 2172175.

HSL color Cylindrical-coordinate representation of color #0F2521: hue angle of 169.09º 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 #0F2521 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB153733-
CMYK0.5900.110.85
HSL169.09º42.31%10.2%-
HSV(B)169.09º59.46%14.51%-
XYZ1.131.531.68-
YUV29.97129.71117.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.65%
GREEN value IS 37 (14.84% from 255) = 43.53%
BLUE value IS 33 (13.28% from 255) = 38.82%
R=17.65%
G=43.53%
B=38.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1537330.5900.110.85169.0942.3110.2
HexF25213B0B55a92aa
Octal174541730131252515212
Binary1111100101100001111011010111010101101010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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