#0F251C

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

Shades of Dark Green #0F251C

Tints of Dark Green #0F251C

Color information

#0F251C (or 0x0F251C) is unknown color: approx Dark Green. HEX triplet: 0F, 25 and 1C. RGB value is (15,37,28). Sum of RGB (Red+Green+Blue) = 15+37+28=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #0F251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F251C is #F0DAE3. Grayscale: #1D1D1D. Windows color (decimal): -15784676 or 1844495. OLE color: 1844495.

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

Color convert

RGB153728-
CMYK0.5900.240.85
HSL155.45º42.31%10.2%-
HSV(B)155.45º59.46%14.51%-
XYZ1.071.511.33-
YUV29.4127.21117.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.75%
GREEN value IS 37 (14.84% from 255) = 46.25%
BLUE value IS 28 (11.33% from 255) = 35%
R=18.75%
G=46.25%
B=35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1537280.5900.240.85155.4542.3110.2
HexF251C3B018559b2aa
Octal174534730301252335212
Binary1111100101111001110110110001010101100110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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