#0D3928

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

Shades of Dark Green #0D3928

Tints of Dark Green #0D3928

Color information

#0D3928 (or 0x0D3928) is unknown color: approx Dark Green. HEX triplet: 0D, 39 and 28. RGB value is (13,57,40). Sum of RGB (Red+Green+Blue) = 13+57+40=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #0D3928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3928 is #F2C6D7. Grayscale: #292929. Windows color (decimal): -15910616 or 2636045. OLE color: 2636045.

HSL color Cylindrical-coordinate representation of color #0D3928: hue angle of 156.82º 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 #0D3928 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB135740-
CMYK0.7700.300.78
HSL156.82º62.86%13.73%-
HSV(B)156.82º77.19%22.35%-
XYZ2.013.172.51-
YUV41.91126.92107.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.82%
GREEN value IS 57 (22.66% from 255) = 51.82%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=11.82%
G=51.82%
B=36.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1357400.7700.300.78156.8262.8613.73
HexD39284D01E4E9d3fe
Octal1571501150361162357716
Binary110111100110100010011010111101001110100111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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