Html Css Color HEX #193D29 Deep Fir

📋 copy color: '#193D29'

red 25 ◦ green 61 ◦ blue 41

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

Shades of Deep Fir #193D29

Tints of Deep Fir #193D29

RGB

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

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

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

R = 19.69%
G = 48.03%
B = 32.28%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#193D29 (or 0x193D29) is known color: Deep Fir. HEX triplet: 19, 3D and 29. RGB value is (25,61,41). Sum of RGB (Red+Green+Blue) = 25+61+41=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #193D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D29 is #E6C2D6. Grayscale: #2F2F2F. Windows color (decimal): -15123159 or 2702617. OLE color: 2702617.

HSL color Cylindrical-coordinate representation of color #193D29: hue angle of 146.67º 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 #193D29 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 61 41 -
CMYK 0.59 0 0.33 0.76
HSL 146.67º 0.42% 0.17% -
HSV(B) 146.67º 0.59% 0.24% -
XYZ 2.47 3.7 2.68 -
YUV 47.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 25 61 41 0.59 0 0.33 0.76 146.67 0.42 0.17
Hex 19 3D 29 3B 0 21 4C 93 2A 11
Octal 31 75 51 73 0 41 114 223 52 21
Binary 11001 111101 101001 111011 0 100001 1001100 10010011 101010 10001

Color Harmonies of #193D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193D29

Black with #193D29

Text Example


Text Example

White with #193D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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