#0D352C

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

Shades of Dark Green #0D352C

Tints of Dark Green #0D352C

Color information

#0D352C (or 0x0D352C) is unknown color: approx Dark Green. HEX triplet: 0D, 35 and 2C. RGB value is (13,53,44). Sum of RGB (Red+Green+Blue) = 13+53+44=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #0D352C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D352C is #F2CAD3. Grayscale: #282828. Windows color (decimal): -15911636 or 2897165. OLE color: 2897165.

HSL color Cylindrical-coordinate representation of color #0D352C: hue angle of 166.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D352C is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB135344-
CMYK0.7500.170.79
HSL166.5º60.61%12.94%-
HSV(B)166.5º75.47%20.78%-
XYZ1.892.812.83-
YUV40.01130.25108.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.82%
GREEN value IS 53 (21.09% from 255) = 48.18%
BLUE value IS 44 (17.58% from 255) = 40%
R=11.82%
G=48.18%
B=40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1353440.7500.170.79166.560.6112.94
HexD352C4B0114Fa63dd
Octal1565541130211172467515
Binary110111010110110010010110100011001111101001101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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