#0F3728

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

Shades of Dark Green #0F3728

Tints of Dark Green #0F3728

Color information

#0F3728 (or 0x0F3728) is unknown color: approx Dark Green. HEX triplet: 0F, 37 and 28. RGB value is (15,55,40). Sum of RGB (Red+Green+Blue) = 15+55+40=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #0F3728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3728 is #F0C8D7. Grayscale: #292929. Windows color (decimal): -15780056 or 2635535. OLE color: 2635535.

HSL color Cylindrical-coordinate representation of color #0F3728: hue angle of 157.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F3728 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB155540-
CMYK0.7300.270.78
HSL157.5º57.14%13.73%-
HSV(B)157.5º72.73%21.57%-
XYZ1.952.992.48-
YUV41.33127.25109.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.64%
GREEN value IS 55 (21.88% from 255) = 50%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=13.64%
G=50%
B=36.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1555400.7300.270.78157.557.1413.73
HexF37284901B4E9e39e
Octal1767501110331162367116
Binary111111011110100010010010110111001110100111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,55,40); }

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

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

 a { background-color: rgb(15,55,40); }

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

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

 span { border-color: rgb(15,55,40); }

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