#1A1F1D

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

Shades of Cardin Green #1A1F1D

Tints of Cardin Green #1A1F1D

Color information

#1A1F1D (or 0x1A1F1D) is unknown color: approx Cardin Green. HEX triplet: 1A, 1F and 1D. RGB value is (26,31,29). Sum of RGB (Red+Green+Blue) = 26+31+29=86 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.23% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 31 - color contains mainly: green. Hex color #1A1F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1F1D is #E5E0E2. Grayscale: #1D1D1D. Windows color (decimal): -15065315 or 1908506. OLE color: 1908506.

HSL color Cylindrical-coordinate representation of color #1A1F1D: hue angle of 156º degrees, saturation: 0.09, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #1A1F1D is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.

Color convert

RGB263129-
CMYK0.1600.060.88
HSL156º8.77%11.18%-
HSV(B)156º16.13%12.16%-
XYZ1.141.291.35-
YUV29.28127.84125.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 30.23%
GREEN value IS 31 (12.5% from 255) = 36.05%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=30.23%
G=36.05%
B=33.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2631290.1600.060.881568.7711.18
Hex1A1F1D1006589c9b
Octal32373520061302341113
Binary11010111111110110000011010110001001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,31,29); }

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

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

 a { background-color: rgb(26,31,29); }

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

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

 span { border-color: rgb(26,31,29); }

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