#192C21

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

Shades of Cardin Green #192C21

Tints of Cardin Green #192C21

Color information

#192C21 (or 0x192C21) is unknown color: approx Cardin Green. HEX triplet: 19, 2C and 21. RGB value is (25,44,33). Sum of RGB (Red+Green+Blue) = 25+44+33=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 44 - color contains mainly: green. Hex color #192C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192C21 is #E6D3DE. Grayscale: #252525. Windows color (decimal): -15127519 or 2173977. OLE color: 2173977.

HSL color Cylindrical-coordinate representation of color #192C21: hue angle of 145.26º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #192C21 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.

Color convert

RGB254433-
CMYK0.4300.250.83
HSL145.26º27.54%13.53%-
HSV(B)145.26º43.18%17.25%-
XYZ1.582.121.76-
YUV37.06125.71119.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.51%
GREEN value IS 44 (17.58% from 255) = 43.14%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=24.51%
G=43.14%
B=32.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2544330.4300.250.83145.2627.5413.53
Hex192C212B01953911ce
Octal315441530311232213416
Binary11001101100100001101011011001101001110010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192C21; }

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

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

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

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

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

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

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

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