#0F3127

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

Shades of Dark Green #0F3127

Tints of Dark Green #0F3127

Color information

#0F3127 (or 0x0F3127) is unknown color: approx Dark Green. HEX triplet: 0F, 31 and 27. RGB value is (15,49,39). Sum of RGB (Red+Green+Blue) = 15+49+39=103 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.56% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3127 is #F0CED8. Grayscale: #252525. Windows color (decimal): -15781593 or 2568463. OLE color: 2568463.

HSL color Cylindrical-coordinate representation of color #0F3127: hue angle of 162.35º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F3127 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB154939-
CMYK0.6900.200.81
HSL162.35º53.12%12.55%-
HSV(B)162.35º69.39%19.22%-
XYZ1.662.442.3-
YUV37.69128.74111.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.56%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 39 (15.62% from 255) = 37.86%
R=14.56%
G=47.57%
B=37.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1549390.6900.200.81162.3553.1212.55
HexF31274501451a235d
Octal1761471050241212426515
Binary111111000110011110001010101001010001101000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,49,39); }

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

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

 a { background-color: rgb(15,49,39); }

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

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

 span { border-color: rgb(15,49,39); }

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