#0F392A

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

Shades of Dark Green #0F392A

Tints of Dark Green #0F392A

Color information

#0F392A (or 0x0F392A) is unknown color: approx Dark Green. HEX triplet: 0F, 39 and 2A. RGB value is (15,57,42). Sum of RGB (Red+Green+Blue) = 15+57+42=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #0F392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F392A is #F0C6D5. Grayscale: #2A2A2A. Windows color (decimal): -15779542 or 2767119. OLE color: 2767119.

HSL color Cylindrical-coordinate representation of color #0F392A: hue angle of 158.57º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F392A is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB155742-
CMYK0.7400.260.78
HSL158.57º58.33%14.12%-
HSV(B)158.57º73.68%22.35%-
XYZ2.083.192.7-
YUV42.73127.59108.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.16%
GREEN value IS 57 (22.66% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=13.16%
G=50%
B=36.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1557420.7400.260.78158.5758.3314.12
HexF392A4A01A4E9f3ae
Octal1771521120321162377216
Binary111111100110101010010100110101001110100111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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