#0D311F

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

Shades of Cardin Green #0D311F

Tints of Cardin Green #0D311F

Color information

#0D311F (or 0x0D311F) is unknown color: approx Cardin Green. HEX triplet: 0D, 31 and 1F. RGB value is (13,49,31). Sum of RGB (Red+Green+Blue) = 13+49+31=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #0D311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D311F is #F2CEE0. Grayscale: #242424. Windows color (decimal): -15912673 or 2044173. OLE color: 2044173.

HSL color Cylindrical-coordinate representation of color #0D311F: hue angle of 150º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D311F is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB134931-
CMYK0.7300.370.81
HSL150º58.06%12.16%-
HSV(B)150º73.47%19.22%-
XYZ1.512.381.68-
YUV36.18125.07111.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.98%
GREEN value IS 49 (19.53% from 255) = 52.69%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=13.98%
G=52.69%
B=33.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349310.7300.370.8115058.0612.16
HexD311F4902551963ac
Octal1561371110451212267214
Binary110111000111111100100101001011010001100101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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