#0F281F

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

Shades of Dark Green #0F281F

Tints of Dark Green #0F281F

Color information

#0F281F (or 0x0F281F) is unknown color: approx Dark Green. HEX triplet: 0F, 28 and 1F. RGB value is (15,40,31). Sum of RGB (Red+Green+Blue) = 15+40+31=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #0F281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F281F is #F0D7E0. Grayscale: #1F1F1F. Windows color (decimal): -15783905 or 2041871. OLE color: 2041871.

HSL color Cylindrical-coordinate representation of color #0F281F: hue angle of 158.4º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F281F is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB154031-
CMYK0.6200.220.84
HSL158.4º45.45%10.78%-
HSV(B)158.4º62.5%15.69%-
XYZ1.21.721.56-
YUV31.5127.72116.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.44%
GREEN value IS 40 (16.02% from 255) = 46.51%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=17.44%
G=46.51%
B=36.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1540310.6200.220.84158.445.4510.78
HexF281F3E016549e2db
Octal175037760261242365513
Binary1111101000111111111100101101010100100111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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