#191E1C

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

Shades of Cardin Green #191E1C

Tints of Cardin Green #191E1C

Color information

#191E1C (or 0x191E1C) is unknown color: approx Cardin Green. HEX triplet: 19, 1E and 1C. RGB value is (25,30,28). Sum of RGB (Red+Green+Blue) = 25+30+28=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 30 - color contains mainly: green. Hex color #191E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191E1C is #E6E1E3. Grayscale: #1C1C1C. Windows color (decimal): -15131108 or 1842713. OLE color: 1842713.

HSL color Cylindrical-coordinate representation of color #191E1C: 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.17%. Process color model (Four color, CMYK) of #191E1C is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.

Color convert

RGB253028-
CMYK0.1700.070.88
HSL156º9.09%10.78%-
HSV(B)156º16.67%11.76%-
XYZ1.071.221.28-
YUV28.28127.84125.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.12%
GREEN value IS 30 (12.11% from 255) = 36.14%
BLUE value IS 28 (11.33% from 255) = 33.73%
R=30.12%
G=36.14%
B=33.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2530280.1700.070.881569.0910.78
Hex191E1C1107589c9b
Octal31363421071302341113
Binary11001111101110010001011110110001001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191E1C; }

 p { color: rgb(25,30,28); }

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

<style>
 a { background-color: #191E1C; }

 a { background-color: rgb(25,30,28); }

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

<style>
 span { border-color: #191E1C; }

 span { border-color: rgb(25,30,28); }

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