#13281B

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

Shades of Cardin Green #13281B

Tints of Cardin Green #13281B

Color information

#13281B (or 0x13281B) is unknown color: approx Cardin Green. HEX triplet: 13, 28 and 1B. RGB value is (19,40,27). Sum of RGB (Red+Green+Blue) = 19+40+27=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #13281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13281B is #ECD7E4. Grayscale: #202020. Windows color (decimal): -15521765 or 1779731. OLE color: 1779731.

HSL color Cylindrical-coordinate representation of color #13281B: hue angle of 142.86º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #13281B is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB194027-
CMYK0.5200.330.84
HSL142.86º35.59%11.57%-
HSV(B)142.86º52.5%15.69%-
XYZ1.231.741.31-
YUV32.24125.04118.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 40 (16.02% from 255) = 46.51%
BLUE value IS 27 (10.94% from 255) = 31.40%
R=22.09%
G=46.51%
B=31.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1940270.5200.330.84142.8635.5911.57
Hex13281B34021548f24c
Octal235033640411242174414
Binary100111010001101111010001000011010100100011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13281B; }

 p { color: rgb(19,40,27); }

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

<style>
 a { background-color: #13281B; }

 a { background-color: rgb(19,40,27); }

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

<style>
 span { border-color: #13281B; }

 span { border-color: rgb(19,40,27); }

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