#1A3629

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

Shades of Cardin Green #1A3629

Tints of Cardin Green #1A3629

Color information

#1A3629 (or 0x1A3629) is unknown color: approx Cardin Green. HEX triplet: 1A, 36 and 29. RGB value is (26,54,41). Sum of RGB (Red+Green+Blue) = 26+54+41=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #1A3629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3629 is #E5C9D6. Grayscale: #2C2C2C. Windows color (decimal): -15059415 or 2700826. OLE color: 2700826.

HSL color Cylindrical-coordinate representation of color #1A3629: hue angle of 152.14º 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 #1A3629 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB265441-
CMYK0.5200.240.79
HSL152.14º35%15.69%-
HSV(B)152.14º51.85%21.18%-
XYZ2.153.022.57-
YUV44.15126.22115.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.49%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 41 (16.41% from 255) = 33.88%
R=21.49%
G=44.63%
B=33.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2654410.5200.240.79152.143515.69
Hex1A3629340184F982310
Octal326651640301172304320
Binary1101011011010100111010001100010011111001100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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