#0F241F

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

Shades of Dark Green #0F241F

Tints of Dark Green #0F241F

Color information

#0F241F (or 0x0F241F) is unknown color: approx Dark Green. HEX triplet: 0F, 24 and 1F. RGB value is (15,36,31). Sum of RGB (Red+Green+Blue) = 15+36+31=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 36 - color contains mainly: green. Hex color #0F241F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F241F is #F0DBE0. Grayscale: #1D1D1D. Windows color (decimal): -15784929 or 2040847. OLE color: 2040847.

HSL color Cylindrical-coordinate representation of color #0F241F: hue angle of 165.71º 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 #0F241F is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB153631-
CMYK0.5800.140.86
HSL165.71º41.18%10%-
HSV(B)165.71º58.33%14.12%-
XYZ1.081.461.52-
YUV29.15129.04117.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.29%
GREEN value IS 36 (14.45% from 255) = 43.90%
BLUE value IS 31 (12.5% from 255) = 37.80%
R=18.29%
G=43.90%
B=37.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1536310.5800.140.86165.7141.1810
HexF241F3A0E56a629a
Octal174437720161262465112
Binary111110010011111111010011101010110101001101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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