#192C24

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

Shades of Cardin Green #192C24

Tints of Cardin Green #192C24

Color information

#192C24 (or 0x192C24) is unknown color: approx Cardin Green. HEX triplet: 19, 2C and 24. RGB value is (25,44,36). Sum of RGB (Red+Green+Blue) = 25+44+36=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 44 - color contains mainly: green. Hex color #192C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192C24 is #E6D3DB. Grayscale: #252525. Windows color (decimal): -15127516 or 2370585. OLE color: 2370585.

HSL color Cylindrical-coordinate representation of color #192C24: hue angle of 154.74º 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 #192C24 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.83.

Color convert

RGB254436-
CMYK0.4300.180.83
HSL154.74º27.54%13.53%-
HSV(B)154.74º43.18%17.25%-
XYZ1.622.142-
YUV37.41127.21119.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.81%
GREEN value IS 44 (17.58% from 255) = 41.90%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=23.81%
G=41.90%
B=34.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2544360.4300.180.83154.7427.5413.53
Hex192C242B012539b1ce
Octal315444530221232333416
Binary11001101100100100101011010010101001110011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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