#0F3328

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

Shades of Dark Green #0F3328

Tints of Dark Green #0F3328

Color information

#0F3328 (or 0x0F3328) is unknown color: approx Dark Green. HEX triplet: 0F, 33 and 28. RGB value is (15,51,40). Sum of RGB (Red+Green+Blue) = 15+51+40=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #0F3328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3328 is #F0CCD7. Grayscale: #262626. Windows color (decimal): -15781080 or 2634511. OLE color: 2634511.

HSL color Cylindrical-coordinate representation of color #0F3328: hue angle of 161.67º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F3328 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB155140-
CMYK0.7100.220.8
HSL161.67º54.55%12.94%-
HSV(B)161.67º70.59%20%-
XYZ1.762.622.42-
YUV38.98128.57110.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 40 (16.02% from 255) = 37.74%
R=14.15%
G=48.11%
B=37.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1551400.7100.220.8161.6754.5512.94
HexF33284701650a237d
Octal1763501070261202426715
Binary111111001110100010001110101101010000101000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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