#0F3428

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

Shades of Dark Green #0F3428

Tints of Dark Green #0F3428

Color information

#0F3428 (or 0x0F3428) is unknown color: approx Dark Green. HEX triplet: 0F, 34 and 28. RGB value is (15,52,40). Sum of RGB (Red+Green+Blue) = 15+52+40=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #0F3428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3428 is #F0CBD7. Grayscale: #272727. Windows color (decimal): -15780824 or 2634767. OLE color: 2634767.

HSL color Cylindrical-coordinate representation of color #0F3428: hue angle of 160.54º 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 #0F3428 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB155240-
CMYK0.7100.230.80
HSL160.54º55.22%13.14%-
HSV(B)160.54º71.15%20.39%-
XYZ1.812.712.44-
YUV39.57128.24110.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.02%
GREEN value IS 52 (20.70% from 255) = 48.60%
BLUE value IS 40 (16.02% from 255) = 37.38%
R=14.02%
G=48.60%
B=37.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1552400.7100.230.80160.5455.2213.14
HexF34284701750a137d
Octal1764501070271202416715
Binary111111010010100010001110101111010000101000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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