#0F251E

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

Shades of Dark Green #0F251E

Tints of Dark Green #0F251E

Color information

#0F251E (or 0x0F251E) is unknown color: approx Dark Green. HEX triplet: 0F, 25 and 1E. RGB value is (15,37,30). Sum of RGB (Red+Green+Blue) = 15+37+30=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #0F251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F251E is #F0DAE1. Grayscale: #1D1D1D. Windows color (decimal): -15784674 or 1975567. OLE color: 1975567.

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

Color convert

RGB153730-
CMYK0.5900.190.85
HSL160.91º42.31%10.2%-
HSV(B)160.91º59.46%14.51%-
XYZ1.091.521.46-
YUV29.62128.21117.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.29%
GREEN value IS 37 (14.84% from 255) = 45.12%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=18.29%
G=45.12%
B=36.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1537300.5900.190.85160.9142.3110.2
HexF251E3B01355a12aa
Octal174536730231252415212
Binary1111100101111101110110100111010101101000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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