#1A362B

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

Shades of Cardin Green #1A362B

Tints of Cardin Green #1A362B

Color information

#1A362B (or 0x1A362B) is unknown color: approx Cardin Green. HEX triplet: 1A, 36 and 2B. RGB value is (26,54,43). Sum of RGB (Red+Green+Blue) = 26+54+43=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 54 - color contains mainly: green. Hex color #1A362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A362B is #E5C9D4. Grayscale: #2C2C2C. Windows color (decimal): -15059413 or 2831898. OLE color: 2831898.

HSL color Cylindrical-coordinate representation of color #1A362B: hue angle of 156.43º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1A362B is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB265443-
CMYK0.5200.200.79
HSL156.43º35%15.69%-
HSV(B)156.43º51.85%21.18%-
XYZ2.183.032.76-
YUV44.37127.22114.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.14%
GREEN value IS 54 (21.48% from 255) = 43.90%
BLUE value IS 43 (17.19% from 255) = 34.96%
R=21.14%
G=43.90%
B=34.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2654430.5200.200.79156.433515.69
Hex1A362B340144F9c2310
Octal326653640241172344320
Binary1101011011010101111010001010010011111001110010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A362B; }

 p { color: rgb(26,54,43); }

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

<style>
 a { background-color: #1A362B; }

 a { background-color: rgb(26,54,43); }

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

<style>
 span { border-color: #1A362B; }

 span { border-color: rgb(26,54,43); }

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