#0D3121

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

Shades of Dark Green #0D3121

Tints of Dark Green #0D3121

Color information

#0D3121 (or 0x0D3121) is unknown color: approx Dark Green. HEX triplet: 0D, 31 and 21. RGB value is (13,49,33). Sum of RGB (Red+Green+Blue) = 13+49+33=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3121 is #F2CEDE. Grayscale: #242424. Windows color (decimal): -15912671 or 2175245. OLE color: 2175245.

HSL color Cylindrical-coordinate representation of color #0D3121: hue angle of 153.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3121 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB134933-
CMYK0.7300.330.81
HSL153.33º58.06%12.16%-
HSV(B)153.33º73.47%19.22%-
XYZ1.542.391.82-
YUV36.41126.07111.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.68%
GREEN value IS 49 (19.53% from 255) = 51.58%
BLUE value IS 33 (13.28% from 255) = 34.74%
R=13.68%
G=51.58%
B=34.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349330.7300.330.81153.3358.0612.16
HexD31214902151993ac
Octal1561411110411212317214
Binary1101110001100001100100101000011010001100110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,49,33); }

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

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

 a { background-color: rgb(13,49,33); }

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

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

 span { border-color: rgb(13,49,33); }

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