#0F2A1F

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

Shades of Dark Green #0F2A1F

Tints of Dark Green #0F2A1F

Color information

#0F2A1F (or 0x0F2A1F) is unknown color: approx Dark Green. HEX triplet: 0F, 2A and 1F. RGB value is (15,42,31). Sum of RGB (Red+Green+Blue) = 15+42+31=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 42 (16.80% from 255 or 47.73% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 42 - color contains mainly: green. Hex color #0F2A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2A1F is #F0D5E0. Grayscale: #202020. Windows color (decimal): -15783393 or 2042383. OLE color: 2042383.

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

Color convert

RGB154231-
CMYK0.6400.260.84
HSL155.56º47.37%11.18%-
HSV(B)155.56º64.29%16.47%-
XYZ1.271.861.59-
YUV32.67127.05115.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.05%
GREEN value IS 42 (16.80% from 255) = 47.73%
BLUE value IS 31 (12.5% from 255) = 35.23%
R=17.05%
G=47.73%
B=35.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1542310.6400.260.84155.5647.3711.18
HexF2A1F4001A549c2fb
Octal1752371000321242345713
Binary11111010101111110000000110101010100100111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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