Html Css Color HEX #193429 Cardin Green

📋 copy color: '#193429'

red 25 ◦ green 52 ◦ blue 41

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

Shades of Cardin Green #193429

Tints of Cardin Green #193429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 44.07%

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

R = 21.19%
G = 44.07%
B = 34.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#193429 (or 0x193429) is known color: Cardin Green. HEX triplet: 19, 34 and 29. RGB value is (25,52,41). Sum of RGB (Red+Green+Blue) = 25+52+41=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #193429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193429 is #E6CBD6. Grayscale: #2A2A2A. Windows color (decimal): -15125463 or 2700313. OLE color: 2700313.

HSL color Cylindrical-coordinate representation of color #193429: hue angle of 155.56º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193429 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 52 41 -
CMYK 0.52 0 0.21 0.80
HSL 155.56º 0.35% 0.15% -
HSV(B) 155.56º 0.52% 0.2% -
XYZ 2.03 2.82 2.54 -
YUV 42.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 25 52 41 0.52 0 0.21 0.80 155.56 0.35 0.15
Hex 19 34 29 34 0 15 50 9C 23 F
Octal 31 64 51 64 0 25 120 234 43 17
Binary 11001 110100 101001 110100 0 10101 1010000 10011100 100011 1111

Color Harmonies of #193429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193429

Black with #193429

Text Example


Text Example

White with #193429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193429; }

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

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

background-color css

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

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

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

border-color css

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

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

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