#192821

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

Shades of Cardin Green #192821

Tints of Cardin Green #192821

Color information

#192821 (or 0x192821) is unknown color: approx Cardin Green. HEX triplet: 19, 28 and 21. RGB value is (25,40,33). Sum of RGB (Red+Green+Blue) = 25+40+33=98 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.51% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 40 - color contains mainly: green. Hex color #192821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192821 is #E6D7DE. Grayscale: #222222. Windows color (decimal): -15128543 or 2172953. OLE color: 2172953.

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

Color convert

RGB254033-
CMYK0.3800.170.84
HSL152º23.08%12.75%-
HSV(B)152º37.5%15.69%-
XYZ1.431.831.72-
YUV34.72127.03121.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25.51%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=25.51%
G=40.82%
B=33.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2540330.3800.170.8415223.0812.75
Hex19282126011549817d
Octal315041460211242302715
Binary11001101000100001100110010001101010010011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192821; }

 p { color: rgb(25,40,33); }

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

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

 a { background-color: rgb(25,40,33); }

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

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

 span { border-color: rgb(25,40,33); }

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