Html Css Color HEX #193929 Cardin Green

📋 copy color: '#193929'

red 25 ◦ green 57 ◦ blue 41

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

Shades of Cardin Green #193929

Tints of Cardin Green #193929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 46.34%

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

R = 20.33%
G = 46.34%
B = 33.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.78

RGB Variations

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

Color information

#193929 (or 0x193929) is known color: Cardin Green. HEX triplet: 19, 39 and 29. RGB value is (25,57,41). Sum of RGB (Red+Green+Blue) = 25+57+41=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #193929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193929 is #E6C6D6. Grayscale: #2D2D2D. Windows color (decimal): -15124183 or 2701593. OLE color: 2701593.

HSL color Cylindrical-coordinate representation of color #193929: hue angle of 150º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #193929 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 57 41 -
CMYK 0.56 0 0.28 0.78
HSL 150º 0.39% 0.16% -
HSV(B) 150º 0.56% 0.22% -
XYZ 2.26 3.29 2.61 -
YUV 45.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 25 57 41 0.56 0 0.28 0.78 150 0.39 0.16
Hex 19 39 29 38 0 1C 4E 96 27 10
Octal 31 71 51 70 0 34 116 226 47 20
Binary 11001 111001 101001 111000 0 11100 1001110 10010110 100111 10000

Color Harmonies of #193929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193929

Black with #193929

Text Example


Text Example

White with #193929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193929; }

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

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

background-color css

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

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

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

border-color css

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

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

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