#0D392B

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

Shades of Dark Green #0D392B

Tints of Dark Green #0D392B

Color information

#0D392B (or 0x0D392B) is unknown color: approx Dark Green. HEX triplet: 0D, 39 and 2B. RGB value is (13,57,43). Sum of RGB (Red+Green+Blue) = 13+57+43=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 57 (22.66% from 255 or 50.44% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 57 - color contains mainly: green. Hex color #0D392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D392B is #F2C6D4. Grayscale: #2A2A2A. Windows color (decimal): -15910613 or 2832653. OLE color: 2832653.

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

Color convert

RGB135743-
CMYK0.7700.250.78
HSL160.91º62.86%13.73%-
HSV(B)160.91º77.19%22.35%-
XYZ2.073.192.79-
YUV42.25128.42107.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.50%
GREEN value IS 57 (22.66% from 255) = 50.44%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=11.50%
G=50.44%
B=38.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1357430.7700.250.78160.9162.8613.73
HexD392B4D0194Ea13fe
Octal1571531150311162417716
Binary110111100110101110011010110011001110101000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,57,43); }

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

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

 a { background-color: rgb(13,57,43); }

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

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

 span { border-color: rgb(13,57,43); }

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