#0F291E

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

Shades of Dark Green #0F291E

Tints of Dark Green #0F291E

Color information

#0F291E (or 0x0F291E) is unknown color: approx Dark Green. HEX triplet: 0F, 29 and 1E. RGB value is (15,41,30). Sum of RGB (Red+Green+Blue) = 15+41+30=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 41 (16.41% from 255 or 47.67% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 41 - color contains mainly: green. Hex color #0F291E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F291E is #F0D6E1. Grayscale: #1F1F1F. Windows color (decimal): -15783650 or 1976591. OLE color: 1976591.

HSL color Cylindrical-coordinate representation of color #0F291E: hue angle of 154.62º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0F291E is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB154130-
CMYK0.6300.270.84
HSL154.62º46.43%10.98%-
HSV(B)154.62º63.41%16.08%-
XYZ1.221.781.51-
YUV31.97126.89115.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.44%
GREEN value IS 41 (16.41% from 255) = 47.67%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=17.44%
G=47.67%
B=34.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1541300.6300.270.84154.6246.4310.98
HexF291E3F01B549b2eb
Octal175136770331242335613
Binary1111101001111101111110110111010100100110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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