#0F3729

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

Shades of Dark Green #0F3729

Tints of Dark Green #0F3729

Color information

#0F3729 (or 0x0F3729) is unknown color: approx Dark Green. HEX triplet: 0F, 37 and 29. RGB value is (15,55,41). Sum of RGB (Red+Green+Blue) = 15+55+41=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #0F3729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3729 is #F0C8D6. Grayscale: #292929. Windows color (decimal): -15780055 or 2701071. OLE color: 2701071.

HSL color Cylindrical-coordinate representation of color #0F3729: hue angle of 159º 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 #0F3729 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB155541-
CMYK0.7300.250.78
HSL159º57.14%13.73%-
HSV(B)159º72.73%21.57%-
XYZ1.962.992.57-
YUV41.44127.75109.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.51%
GREEN value IS 55 (21.88% from 255) = 49.55%
BLUE value IS 41 (16.41% from 255) = 36.94%
R=13.51%
G=49.55%
B=36.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1555410.7300.250.7815957.1413.73
HexF3729490194E9f39e
Octal1767511110311162377116
Binary111111011110100110010010110011001110100111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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