#0D321F

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

Shades of Cardin Green #0D321F

Tints of Cardin Green #0D321F

Color information

#0D321F (or 0x0D321F) is unknown color: approx Cardin Green. HEX triplet: 0D, 32 and 1F. RGB value is (13,50,31). Sum of RGB (Red+Green+Blue) = 13+50+31=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #0D321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D321F is #F2CDE0. Grayscale: #242424. Windows color (decimal): -15912417 or 2044429. OLE color: 2044429.

HSL color Cylindrical-coordinate representation of color #0D321F: hue angle of 149.19º 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 #0D321F is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB135031-
CMYK0.7400.380.80
HSL149.19º58.73%12.35%-
HSV(B)149.19º74%19.61%-
XYZ1.552.471.69-
YUV36.77124.74111.04-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.83%
GREEN value IS 50 (19.92% from 255) = 53.19%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=13.83%
G=53.19%
B=32.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1350310.7400.380.80149.1958.7312.35
HexD321F4A02650953bc
Octal1562371120461202257314
Binary110111001011111100101001001101010000100101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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