#0D322B

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

Shades of Dark Green #0D322B

Tints of Dark Green #0D322B

Color information

#0D322B (or 0x0D322B) is unknown color: approx Dark Green. HEX triplet: 0D, 32 and 2B. RGB value is (13,50,43). Sum of RGB (Red+Green+Blue) = 13+50+43=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #0D322B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D322B is #F2CDD4. Grayscale: #262626. Windows color (decimal): -15912405 or 2830861. OLE color: 2830861.

HSL color Cylindrical-coordinate representation of color #0D322B: hue angle of 168.65º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D322B is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB135043-
CMYK0.7400.140.80
HSL168.65º58.73%12.35%-
HSV(B)168.65º74%19.61%-
XYZ1.742.542.68-
YUV38.14130.74110.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.26%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 43 (17.19% from 255) = 40.57%
R=12.26%
G=47.17%
B=40.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1350430.7400.140.80168.6558.7312.35
HexD322B4A0E50a93bc
Octal1562531120161202517314
Binary11011100101010111001010011101010000101010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,50,43); }

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

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

 a { background-color: rgb(13,50,43); }

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

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

 span { border-color: rgb(13,50,43); }

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