Html Css Color HEX #193229 Cardin Green

📋 copy color: '#193229'

red 25 ◦ green 50 ◦ blue 41

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

Shades of Cardin Green #193229

Tints of Cardin Green #193229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.1%

 BLUE value IS 41 (16.41% from 255) = 35.34%

R = 21.55%
G = 43.1%
B = 35.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#193229 (or 0x193229) is known color: Cardin Green. HEX triplet: 19, 32 and 29. RGB value is (25,50,41). Sum of RGB (Red+Green+Blue) = 25+50+41=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #193229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193229 is #E6CDD6. Grayscale: #292929. Windows color (decimal): -15125975 or 2699801. OLE color: 2699801.

HSL color Cylindrical-coordinate representation of color #193229: hue angle of 158.4º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #193229 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 50 41 -
CMYK 0.50 0 0.18 0.80
HSL 158.4º 0.33% 0.15% -
HSV(B) 158.4º 0.5% 0.2% -
XYZ 1.94 2.65 2.51 -
YUV 41.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 25 50 41 0.50 0 0.18 0.80 158.4 0.33 0.15
Hex 19 32 29 32 0 12 50 9E 21 F
Octal 31 62 51 62 0 22 120 236 41 17
Binary 11001 110010 101001 110010 0 10010 1010000 10011110 100001 1111

Color Harmonies of #193229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193229

Black with #193229

Text Example


Text Example

White with #193229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193229; }

 p { color: rgb(25,50,41); }

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

background-color css

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

 a { background-color: rgb(25,50,41); }

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

border-color css

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

 span { border-color: rgb(25,50,41); }

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