#0F251B

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

Shades of Dark Green #0F251B

Tints of Dark Green #0F251B

Color information

#0F251B (or 0x0F251B) is unknown color: approx Dark Green. HEX triplet: 0F, 25 and 1B. RGB value is (15,37,27). Sum of RGB (Red+Green+Blue) = 15+37+27=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #0F251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F251B is #F0DAE4. Grayscale: #1D1D1D. Windows color (decimal): -15784677 or 1778959. OLE color: 1778959.

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

Color convert

RGB153727-
CMYK0.5900.270.85
HSL152.73º42.31%10.2%-
HSV(B)152.73º59.46%14.51%-
XYZ1.061.51.27-
YUV29.28126.71117.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.99%
GREEN value IS 37 (14.84% from 255) = 46.84%
BLUE value IS 27 (10.94% from 255) = 34.18%
R=18.99%
G=46.84%
B=34.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1537270.5900.270.85152.7342.3110.2
HexF251B3B01B55992aa
Octal174533730331252315212
Binary1111100101110111110110110111010101100110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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