#0F251A

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

Shades of Dark Green #0F251A

Tints of Dark Green #0F251A

Color information

#0F251A (or 0x0F251A) is unknown color: approx Dark Green. HEX triplet: 0F, 25 and 1A. RGB value is (15,37,26). Sum of RGB (Red+Green+Blue) = 15+37+26=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #0F251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F251A is #F0DAE5. Grayscale: #1D1D1D. Windows color (decimal): -15784678 or 1713423. OLE color: 1713423.

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

Color convert

RGB153726-
CMYK0.5900.300.85
HSL150º42.31%10.2%-
HSV(B)150º59.46%14.51%-
XYZ1.051.51.21-
YUV29.17126.21117.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.23%
GREEN value IS 37 (14.84% from 255) = 47.44%
BLUE value IS 26 (10.55% from 255) = 33.33%
R=19.23%
G=47.44%
B=33.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1537260.5900.300.8515042.3110.2
HexF251A3B01E55962aa
Octal174532730361252265212
Binary1111100101110101110110111101010101100101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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