#0D2C26

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

Shades of Dark Green #0D2C26

Tints of Dark Green #0D2C26

Color information

#0D2C26 (or 0x0D2C26) is unknown color: approx Dark Green. HEX triplet: 0D, 2C and 26. RGB value is (13,44,38). Sum of RGB (Red+Green+Blue) = 13+44+38=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 44 - color contains mainly: green. Hex color #0D2C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2C26 is #F2D3D9. Grayscale: #222222. Windows color (decimal): -15913946 or 2501645. OLE color: 2501645.

HSL color Cylindrical-coordinate representation of color #0D2C26: hue angle of 168.39º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D2C26 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.

Color convert

RGB134438-
CMYK0.7000.140.83
HSL168.39º54.39%11.18%-
HSV(B)168.39º70.45%17.25%-
XYZ1.422.032.15-
YUV34.05130.23112.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.68%
GREEN value IS 44 (17.58% from 255) = 46.32%
BLUE value IS 38 (15.23% from 255) = 40%
R=13.68%
G=46.32%
B=40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1344380.7000.140.83168.3954.3911.18
HexD2C26460E53a836b
Octal1554461060161232506613
Binary11011011001001101000110011101010011101010001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,44,38); }

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

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

 a { background-color: rgb(13,44,38); }

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

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

 span { border-color: rgb(13,44,38); }

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