#0F261C

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

Shades of Dark Green #0F261C

Tints of Dark Green #0F261C

Color information

#0F261C (or 0x0F261C) is unknown color: approx Dark Green. HEX triplet: 0F, 26 and 1C. RGB value is (15,38,28). Sum of RGB (Red+Green+Blue) = 15+38+28=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #0F261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F261C is #F0D9E3. Grayscale: #1E1E1E. Windows color (decimal): -15784420 or 1844751. OLE color: 1844751.

HSL color Cylindrical-coordinate representation of color #0F261C: hue angle of 153.91º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F261C is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB153828-
CMYK0.6100.260.85
HSL153.91º43.4%10.39%-
HSV(B)153.91º60.53%14.9%-
XYZ1.11.571.34-
YUV29.98126.88117.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.52%
GREEN value IS 38 (15.23% from 255) = 46.91%
BLUE value IS 28 (11.33% from 255) = 34.57%
R=18.52%
G=46.91%
B=34.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1538280.6100.260.85153.9143.410.39
HexF261C3D01A559a2ba
Octal174634750321252325312
Binary1111100110111001111010110101010101100110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,38,28); }

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

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

 a { background-color: rgb(15,38,28); }

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

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

 span { border-color: rgb(15,38,28); }

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