#0D2921

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

Shades of Dark Green #0D2921

Tints of Dark Green #0D2921

Color information

#0D2921 (or 0x0D2921) is unknown color: approx Dark Green. HEX triplet: 0D, 29 and 21. RGB value is (13,41,33). Sum of RGB (Red+Green+Blue) = 13+41+33=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #0D2921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2921 is #F2D6DE. Grayscale: #1F1F1F. Windows color (decimal): -15914719 or 2173197. OLE color: 2173197.

HSL color Cylindrical-coordinate representation of color #0D2921: hue angle of 162.86º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D2921 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB134133-
CMYK0.6800.200.84
HSL162.86º51.85%10.59%-
HSV(B)162.86º68.29%16.08%-
XYZ1.231.781.72-
YUV31.72128.72114.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.94%
GREEN value IS 41 (16.41% from 255) = 47.13%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=14.94%
G=47.13%
B=37.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1341330.6800.200.84162.8651.8510.59
HexD29214401454a334b
Octal1551411040241242436413
Binary110110100110000110001000101001010100101000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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