#192922

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

Shades of Cardin Green #192922

Tints of Cardin Green #192922

Color information

#192922 (or 0x192922) is unknown color: approx Cardin Green. HEX triplet: 19, 29 and 22. RGB value is (25,41,34). Sum of RGB (Red+Green+Blue) = 25+41+34=100 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 41 - color contains mainly: green. Hex color #192922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192922 is #E6D6DD. Grayscale: #232323. Windows color (decimal): -15128286 or 2238745. OLE color: 2238745.

HSL color Cylindrical-coordinate representation of color #192922: hue angle of 153.75º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #192922 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB254134-
CMYK0.3900.170.84
HSL153.75º24.24%12.94%-
HSV(B)153.75º39.02%16.08%-
XYZ1.481.911.8-
YUV35.42127.2120.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25%
GREEN value IS 41 (16.41% from 255) = 41%
BLUE value IS 34 (13.67% from 255) = 34%
R=25%
G=41%
B=34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2541340.3900.170.84153.7524.2412.94
Hex19292227011549a18d
Octal315142470211242323015
Binary11001101001100010100111010001101010010011010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192922; }

 p { color: rgb(25,41,34); }

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

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

 a { background-color: rgb(25,41,34); }

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

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

 span { border-color: rgb(25,41,34); }

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