#1A352B

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

Shades of Cardin Green #1A352B

Tints of Cardin Green #1A352B

Color information

#1A352B (or 0x1A352B) is unknown color: approx Cardin Green. HEX triplet: 1A, 35 and 2B. RGB value is (26,53,43). Sum of RGB (Red+Green+Blue) = 26+53+43=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #1A352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A352B is #E5CAD4. Grayscale: #2B2B2B. Windows color (decimal): -15059669 or 2831642. OLE color: 2831642.

HSL color Cylindrical-coordinate representation of color #1A352B: hue angle of 157.78º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A352B is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB265343-
CMYK0.5100.190.79
HSL157.78º34.18%15.49%-
HSV(B)157.78º50.94%20.78%-
XYZ2.142.942.74-
YUV43.79127.55115.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.31%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=21.31%
G=43.44%
B=35.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2653430.5100.190.79157.7834.1815.49
Hex1A352B330134F9e22f
Octal326553630231172364217
Binary110101101011010111100110100111001111100111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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