Html Css Color HEX #193C29 Palm Green

📋 copy color: '#193C29'

red 25 ◦ green 60 ◦ blue 41

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

Shades of Palm Green #193C29

Tints of Palm Green #193C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 47.62%

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

R = 19.84%
G = 47.62%
B = 32.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#193C29 (or 0x193C29) is known color: Palm Green. HEX triplet: 19, 3C and 29. RGB value is (25,60,41). Sum of RGB (Red+Green+Blue) = 25+60+41=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 60 - color contains mainly: green. Hex color #193C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C29 is #E6C3D6. Grayscale: #2F2F2F. Windows color (decimal): -15123415 or 2702361. OLE color: 2702361.

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

Color convert

RGB 25 60 41 -
CMYK 0.58 0 0.32 0.76
HSL 147.43º 0.41% 0.17% -
HSV(B) 147.43º 0.58% 0.24% -
XYZ 2.42 3.6 2.67 -
YUV 47.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 25 60 41 0.58 0 0.32 0.76 147.43 0.41 0.17
Hex 19 3C 29 3A 0 20 4C 93 29 11
Octal 31 74 51 72 0 40 114 223 51 21
Binary 11001 111100 101001 111010 0 100000 1001100 10010011 101001 10001

Color Harmonies of #193C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C29

Black with #193C29

Text Example


Text Example

White with #193C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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