Html Css Color HEX #193C28 Deep Fir

📋 copy color: '#193C28'

red 25 ◦ green 60 ◦ blue 40

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

Shades of Deep Fir #193C28

Tints of Deep Fir #193C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32%

R = 20%
G = 48%
B = 32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#193C28 (or 0x193C28) is known color: Deep Fir. HEX triplet: 19, 3C and 28. RGB value is (25,60,40). Sum of RGB (Red+Green+Blue) = 25+60+40=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 60 - color contains mainly: green. Hex color #193C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C28 is #E6C3D7. Grayscale: #2F2F2F. Windows color (decimal): -15123416 or 2636825. OLE color: 2636825.

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

Color convert

RGB 25 60 40 -
CMYK 0.58 0 0.33 0.76
HSL 145.71º 0.41% 0.17% -
HSV(B) 145.71º 0.58% 0.24% -
XYZ 2.4 3.59 2.57 -
YUV 47.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 25 60 40 0.58 0 0.33 0.76 145.71 0.41 0.17
Hex 19 3C 28 3A 0 21 4C 92 29 11
Octal 31 74 50 72 0 41 114 222 51 21
Binary 11001 111100 101000 111010 0 100001 1001100 10010010 101001 10001

Color Harmonies of #193C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C28

Black with #193C28

Text Example


Text Example

White with #193C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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