Html Css Color HEX #193A2A Cardin Green

📋 copy color: '#193A2A'

red 25 ◦ green 58 ◦ blue 42

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

Shades of Cardin Green #193A2A

Tints of Cardin Green #193A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 46.4%

 BLUE value IS 42 (16.8% from 255) = 33.6%

R = 20%
G = 46.4%
B = 33.6%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.77

RGB Variations

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

Color information

#193A2A (or 0x193A2A) is known color: Cardin Green. HEX triplet: 19, 3A and 2A. RGB value is (25,58,42). Sum of RGB (Red+Green+Blue) = 25+58+42=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #193A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A2A is #E6C5D5. Grayscale: #2E2E2E. Windows color (decimal): -15123926 or 2767385. OLE color: 2767385.

HSL color Cylindrical-coordinate representation of color #193A2A: hue angle of 150.91º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #193A2A is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB 25 58 42 -
CMYK 0.57 0 0.28 0.77
HSL 150.91º 0.4% 0.16% -
HSV(B) 150.91º 0.57% 0.23% -
XYZ 2.33 3.4 2.72 -
YUV 46.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 25 58 42 0.57 0 0.28 0.77 150.91 0.4 0.16
Hex 19 3A 2A 39 0 1C 4D 97 28 10
Octal 31 72 52 71 0 34 115 227 50 20
Binary 11001 111010 101010 111001 0 11100 1001101 10010111 101000 10000

Color Harmonies of #193A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A2A

Black with #193A2A

Text Example


Text Example

White with #193A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193A2A; }

 p { color: rgb(25,58,42); }

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

background-color css

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

 a { background-color: rgb(25,58,42); }

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

border-color css

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

 span { border-color: rgb(25,58,42); }

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