#13281E

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

Shades of Cardin Green #13281E

Tints of Cardin Green #13281E

Color information

#13281E (or 0x13281E) is unknown color: approx Cardin Green. HEX triplet: 13, 28 and 1E. RGB value is (19,40,30). Sum of RGB (Red+Green+Blue) = 19+40+30=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #13281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13281E is #ECD7E1. Grayscale: #202020. Windows color (decimal): -15521762 or 1976339. OLE color: 1976339.

HSL color Cylindrical-coordinate representation of color #13281E: hue angle of 151.43º 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 #13281E is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB194030-
CMYK0.5200.250.84
HSL151.43º35.59%11.57%-
HSV(B)151.43º52.5%15.69%-
XYZ1.261.751.5-
YUV32.58126.54118.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 40 (16.02% from 255) = 44.94%
BLUE value IS 30 (12.11% from 255) = 33.71%
R=21.35%
G=44.94%
B=33.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1940300.5200.250.84151.4335.5911.57
Hex13281E34019549724c
Octal235036640311242274414
Binary10011101000111101101000110011010100100101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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