#0D2C25

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

Shades of Dark Green #0D2C25

Tints of Dark Green #0D2C25

Color information

#0D2C25 (or 0x0D2C25) is unknown color: approx Dark Green. HEX triplet: 0D, 2C and 25. RGB value is (13,44,37). Sum of RGB (Red+Green+Blue) = 13+44+37=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 44 - color contains mainly: green. Hex color #0D2C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2C25 is #F2D3DA. Grayscale: #212121. Windows color (decimal): -15913947 or 2436109. OLE color: 2436109.

HSL color Cylindrical-coordinate representation of color #0D2C25: hue angle of 166.45º 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 #0D2C25 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB134437-
CMYK0.7000.160.83
HSL166.45º54.39%11.18%-
HSV(B)166.45º70.45%17.25%-
XYZ1.42.022.07-
YUV33.93129.73113.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.83%
GREEN value IS 44 (17.58% from 255) = 46.81%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=13.83%
G=46.81%
B=39.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1344370.7000.160.83166.4554.3911.18
HexD2C254601053a636b
Octal1554451060201232466613
Binary110110110010010110001100100001010011101001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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