Html Css Color HEX #193024 Cardin Green

📋 copy color: '#193024'

red 25 ◦ green 48 ◦ blue 36

#193024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #193024

Tints of Cardin Green #193024

RGB

 RED value IS 25 (10.16% from 255) = 22.94%

 GREEN value IS 48 (19.14% from 255) = 44.04%

 BLUE value IS 36 (14.45% from 255) = 33.03%

R = 22.94%
G = 44.04%
B = 33.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#193024 (or 0x193024) is known color: Cardin Green. HEX triplet: 19, 30 and 24. RGB value is (25,48,36). Sum of RGB (Red+Green+Blue) = 25+48+36=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 48 - color contains mainly: green. Hex color #193024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193024 is #E6CFDB. Grayscale: #272727. Windows color (decimal): -15126492 or 2371609. OLE color: 2371609.

HSL color Cylindrical-coordinate representation of color #193024: hue angle of 148.7º 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 #193024 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 48 36 -
CMYK 0.48 0 0.25 0.81
HSL 148.7º 0.32% 0.14% -
HSV(B) 148.7º 0.48% 0.19% -
XYZ 1.78 2.45 2.05 -
YUV 39.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 25 48 36 0.48 0 0.25 0.81 148.7 0.32 0.14
Hex 19 30 24 30 0 19 51 95 20 E
Octal 31 60 44 60 0 31 121 225 40 16
Binary 11001 110000 100100 110000 0 11001 1010001 10010101 100000 1110

Color Harmonies of #193024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193024

Black with #193024

Text Example


Text Example

White with #193024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193024; }

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

 H1.HeaderClassName
 {
   color: #193024;
 }
 .AnyTagClassName
 {
   color: #193024;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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