#1A3026

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

Shades of Cardin Green #1A3026

Tints of Cardin Green #1A3026

Color information

#1A3026 (or 0x1A3026) is unknown color: approx Cardin Green. HEX triplet: 1A, 30 and 26. RGB value is (26,48,38). Sum of RGB (Red+Green+Blue) = 26+48+38=112 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.21% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #1A3026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3026 is #E5CFD9. Grayscale: #282828. Windows color (decimal): -15060954 or 2502682. OLE color: 2502682.

HSL color Cylindrical-coordinate representation of color #1A3026: hue angle of 152.73º 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 #1A3026 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB264838-
CMYK0.4600.210.81
HSL152.73º29.73%14.51%-
HSV(B)152.73º45.83%18.82%-
XYZ1.832.472.21-
YUV40.28126.71117.81-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.21%
GREEN value IS 48 (19.14% from 255) = 42.86%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=23.21%
G=42.86%
B=33.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2648380.4600.210.81152.7329.7314.51
Hex1A30262E01551991ef
Octal326046560251212313617
Binary11010110000100110101110010101101000110011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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