#1A3027

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

Shades of Cardin Green #1A3027

Tints of Cardin Green #1A3027

Color information

#1A3027 (or 0x1A3027) is unknown color: approx Cardin Green. HEX triplet: 1A, 30 and 27. RGB value is (26,48,39). Sum of RGB (Red+Green+Blue) = 26+48+39=113 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.01% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 48 - color contains mainly: green. Hex color #1A3027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3027 is #E5CFD8. Grayscale: #282828. Windows color (decimal): -15060953 or 2568218. OLE color: 2568218.

HSL color Cylindrical-coordinate representation of color #1A3027: hue angle of 155.45º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1A3027 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB264839-
CMYK0.4600.190.81
HSL155.45º29.73%14.51%-
HSV(B)155.45º45.83%18.82%-
XYZ1.852.482.3-
YUV40.4127.21117.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.01%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=23.01%
G=42.48%
B=34.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2648390.4600.190.81155.4529.7314.51
Hex1A30272E013519b1ef
Octal326047560231212333617
Binary11010110000100111101110010011101000110011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,48,39); }

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

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

 a { background-color: rgb(26,48,39); }

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

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

 span { border-color: rgb(26,48,39); }

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