#193025

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

Shades of Cardin Green #193025

Tints of Cardin Green #193025

Color information

#193025 (or 0x193025) is unknown color: approx Cardin Green. HEX triplet: 19, 30 and 25. RGB value is (25,48,37). Sum of RGB (Red+Green+Blue) = 25+48+37=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #193025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193025 is #E6CFDA. Grayscale: #272727. Windows color (decimal): -15126491 or 2437145. OLE color: 2437145.

HSL color Cylindrical-coordinate representation of color #193025: hue angle of 151.3º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #193025 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB254837-
CMYK0.4800.230.81
HSL151.3º31.51%14.31%-
HSV(B)151.3º47.92%18.82%-
XYZ1.792.452.13-
YUV39.87126.38117.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.73%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=22.73%
G=43.64%
B=33.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548370.4800.230.81151.331.5114.31
Hex19302530017519720e
Octal316045600271212274016
Binary110011100001001011100000101111010001100101111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193025; }

 p { color: rgb(25,48,37); }

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

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

 a { background-color: rgb(25,48,37); }

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

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

 span { border-color: rgb(25,48,37); }

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