#192720

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

Shades of Cardin Green #192720

Tints of Cardin Green #192720

Color information

#192720 (or 0x192720) is unknown color: approx Cardin Green. HEX triplet: 19, 27 and 20. RGB value is (25,39,32). Sum of RGB (Red+Green+Blue) = 25+39+32=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 39 - color contains mainly: green. Hex color #192720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192720 is #E6D8DF. Grayscale: #222222. Windows color (decimal): -15128800 or 2107161. OLE color: 2107161.

HSL color Cylindrical-coordinate representation of color #192720: hue angle of 150º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #192720 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB253932-
CMYK0.3600.180.85
HSL150º21.88%12.55%-
HSV(B)150º35.9%15.29%-
XYZ1.391.761.63-
YUV34.02126.86121.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.04%
GREEN value IS 39 (15.62% from 255) = 40.62%
BLUE value IS 32 (12.89% from 255) = 33.33%
R=26.04%
G=40.62%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2539320.3600.180.8515021.8812.55
Hex19272024012559616d
Octal314740440221252262615
Binary11001100111100000100100010010101010110010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192720; }

 p { color: rgb(25,39,32); }

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

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

 a { background-color: rgb(25,39,32); }

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

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

 span { border-color: rgb(25,39,32); }

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