#0F2319

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

Shades of Dark Green #0F2319

Tints of Dark Green #0F2319

Color information

#0F2319 (or 0x0F2319) is unknown color: approx Dark Green. HEX triplet: 0F, 23 and 19. RGB value is (15,35,25). Sum of RGB (Red+Green+Blue) = 15+35+25=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2319 is #F0DCE6. Grayscale: #1B1B1B. Windows color (decimal): -15785191 or 1647375. OLE color: 1647375.

HSL color Cylindrical-coordinate representation of color #0F2319: hue angle of 150º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F2319 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB153525-
CMYK0.5700.290.86
HSL150º40%9.8%-
HSV(B)150º57.14%13.73%-
XYZ0.971.371.13-
YUV27.88126.37118.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20%
GREEN value IS 35 (14.06% from 255) = 46.67%
BLUE value IS 25 (10.16% from 255) = 33.33%
R=20%
G=46.67%
B=33.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1535250.5700.290.86150409.8
HexF23193901D569628a
Octal174331710351262265012
Binary1111100011110011110010111011010110100101101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,35,25); }

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

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

 a { background-color: rgb(15,35,25); }

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

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

 span { border-color: rgb(15,35,25); }

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