#0F362A

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

Shades of Dark Green #0F362A

Tints of Dark Green #0F362A

Color information

#0F362A (or 0x0F362A) is unknown color: approx Dark Green. HEX triplet: 0F, 36 and 2A. RGB value is (15,54,42). Sum of RGB (Red+Green+Blue) = 15+54+42=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #0F362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F362A is #F0C9D5. Grayscale: #282828. Windows color (decimal): -15780310 or 2766351. OLE color: 2766351.

HSL color Cylindrical-coordinate representation of color #0F362A: hue angle of 161.54º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F362A is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB155442-
CMYK0.7200.220.79
HSL161.54º56.52%13.53%-
HSV(B)161.54º72.22%21.18%-
XYZ1.932.912.65-
YUV40.97128.58109.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.51%
GREEN value IS 54 (21.48% from 255) = 48.65%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=13.51%
G=48.65%
B=37.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1554420.7200.220.79161.5456.5213.53
HexF362A480164Fa239e
Octal1766521100261172427116
Binary111111011010101010010000101101001111101000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,54,42); }

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

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

 a { background-color: rgb(15,54,42); }

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

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

 span { border-color: rgb(15,54,42); }

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