Html Css Color HEX #193D2A Palm Green

📋 copy color: '#193D2A'

red 25 ◦ green 61 ◦ blue 42

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

Shades of Palm Green #193D2A

Tints of Palm Green #193D2A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 47.66%

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

R = 19.53%
G = 47.66%
B = 32.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.76

RGB Variations

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

Color information

#193D2A (or 0x193D2A) is known color: Palm Green. HEX triplet: 19, 3D and 2A. RGB value is (25,61,42). Sum of RGB (Red+Green+Blue) = 25+61+42=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 61 - color contains mainly: green. Hex color #193D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D2A is #E6C2D5. Grayscale: #303030. Windows color (decimal): -15123158 or 2768153. OLE color: 2768153.

HSL color Cylindrical-coordinate representation of color #193D2A: hue angle of 148.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #193D2A is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 61 42 -
CMYK 0.59 0 0.31 0.76
HSL 148.33º 0.42% 0.17% -
HSV(B) 148.33º 0.59% 0.24% -
XYZ 2.49 3.71 2.78 -
YUV 48.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 25 61 42 0.59 0 0.31 0.76 148.33 0.42 0.17
Hex 19 3D 2A 3B 0 1F 4C 94 2A 11
Octal 31 75 52 73 0 37 114 224 52 21
Binary 11001 111101 101010 111011 0 11111 1001100 10010100 101010 10001

Color Harmonies of #193D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D2A

Black with #193D2A

Text Example


Text Example

White with #193D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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