#13271E

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

Shades of Cardin Green #13271E

Tints of Cardin Green #13271E

Color information

#13271E (or 0x13271E) is unknown color: approx Cardin Green. HEX triplet: 13, 27 and 1E. RGB value is (19,39,30). Sum of RGB (Red+Green+Blue) = 19+39+30=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 39 - color contains mainly: green. Hex color #13271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13271E is #ECD8E1. Grayscale: #202020. Windows color (decimal): -15522018 or 1976083. OLE color: 1976083.

HSL color Cylindrical-coordinate representation of color #13271E: hue angle of 153º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #13271E is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB193930-
CMYK0.5100.230.85
HSL153º34.48%11.37%-
HSV(B)153º51.28%15.29%-
XYZ1.231.681.49-
YUV31.99126.87118.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 39 (15.62% from 255) = 44.32%
BLUE value IS 30 (12.11% from 255) = 34.09%
R=21.59%
G=44.32%
B=34.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1939300.5100.230.8515334.4811.37
Hex13271E33017559922b
Octal234736630271252314213
Binary10011100111111101100110101111010101100110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13271E; }

 p { color: rgb(19,39,30); }

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

<style>
 a { background-color: #13271E; }

 a { background-color: rgb(19,39,30); }

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

<style>
 span { border-color: #13271E; }

 span { border-color: rgb(19,39,30); }

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