#0D2F20

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

Shades of Dark Green #0D2F20

Tints of Dark Green #0D2F20

Color information

#0D2F20 (or 0x0D2F20) is unknown color: approx Dark Green. HEX triplet: 0D, 2F and 20. RGB value is (13,47,32). Sum of RGB (Red+Green+Blue) = 13+47+32=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 47 (18.75% from 255 or 51.09% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 47 - color contains mainly: green. Hex color #0D2F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2F20 is #F2D0DF. Grayscale: #232323. Windows color (decimal): -15913184 or 2109197. OLE color: 2109197.

HSL color Cylindrical-coordinate representation of color #0D2F20: hue angle of 153.53º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D2F20 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.

Color convert

RGB134732-
CMYK0.7200.320.82
HSL153.53º56.67%11.76%-
HSV(B)153.53º72.34%18.43%-
XYZ1.442.221.72-
YUV35.12126.24112.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.13%
GREEN value IS 47 (18.75% from 255) = 51.09%
BLUE value IS 32 (12.89% from 255) = 34.78%
R=14.13%
G=51.09%
B=34.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1347320.7200.320.82153.5356.6711.76
HexD2F2048020529a39c
Octal1557401100401222327114
Binary1101101111100000100100001000001010010100110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,47,32); }

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

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

 a { background-color: rgb(13,47,32); }

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

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

 span { border-color: rgb(13,47,32); }

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