#0D301E

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

Shades of Cardin Green #0D301E

Tints of Cardin Green #0D301E

Color information

#0D301E (or 0x0D301E) is unknown color: approx Cardin Green. HEX triplet: 0D, 30 and 1E. RGB value is (13,48,30). Sum of RGB (Red+Green+Blue) = 13+48+30=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #0D301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D301E is #F2CFE1. Grayscale: #232323. Windows color (decimal): -15912930 or 1978381. OLE color: 1978381.

HSL color Cylindrical-coordinate representation of color #0D301E: hue angle of 149.14º degrees, saturation: 0.57, 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 #0D301E is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB134830-
CMYK0.7300.370.81
HSL149.14º57.38%11.96%-
HSV(B)149.14º72.92%18.82%-
XYZ1.462.291.59-
YUV35.48124.9111.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.29%
GREEN value IS 48 (19.14% from 255) = 52.75%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=14.29%
G=52.75%
B=32.97%

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
Decimal1348300.7300.370.81149.1457.3811.96
HexD301E49025519539c
Octal1560361110451212257114
Binary110111000011110100100101001011010001100101011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,48,30); }

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

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

 a { background-color: rgb(13,48,30); }

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

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

 span { border-color: rgb(13,48,30); }

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