#0D1F14

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

Shades of Cardin Green #0D1F14

Tints of Cardin Green #0D1F14

Color information

#0D1F14 (or 0x0D1F14) is unknown color: approx Cardin Green. HEX triplet: 0D, 1F and 14. RGB value is (13,31,20). Sum of RGB (Red+Green+Blue) = 13+31+20=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 31 (12.5% from 255 or 48.44% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F14 is #F2E0EB. Grayscale: #181818. Windows color (decimal): -15917292 or 1318669. OLE color: 1318669.

HSL color Cylindrical-coordinate representation of color #0D1F14: hue angle of 143.33º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D1F14 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB133120-
CMYK0.5800.350.88
HSL143.33º40.91%8.63%-
HSV(B)143.33º58.06%12.16%-
XYZ0.781.120.84-
YUV24.36125.54119.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.31%
GREEN value IS 31 (12.5% from 255) = 48.44%
BLUE value IS 20 (8.20% from 255) = 31.25%
R=20.31%
G=48.44%
B=31.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1331200.5800.350.88143.3340.918.63
HexD1F143A023588f299
Octal153724720431302175111
Binary1101111111010011101001000111011000100011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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