Html Css Color HEX #193B23 Deep Fir

📋 copy color: '#193B23'

red 25 ◦ green 59 ◦ blue 35

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

Shades of Deep Fir #193B23

Tints of Deep Fir #193B23

RGB

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

 GREEN value IS 59 (23.44% from 255) = 49.58%

 BLUE value IS 35 (14.06% from 255) = 29.41%

R = 21.01%
G = 49.58%
B = 29.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.77

RGB Variations

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

Color information

#193B23 (or 0x193B23) is known color: Deep Fir. HEX triplet: 19, 3B and 23. RGB value is (25,59,35). Sum of RGB (Red+Green+Blue) = 25+59+35=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 59 - color contains mainly: green. Hex color #193B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B23 is #E6C4DC. Grayscale: #2E2E2E. Windows color (decimal): -15123677 or 2308889. OLE color: 2308889.

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

Color convert

RGB 25 59 35 -
CMYK 0.58 0 0.41 0.77
HSL 137.65º 0.4% 0.16% -
HSV(B) 137.65º 0.58% 0.23% -
XYZ 2.27 3.46 2.14 -
YUV 46.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 25 59 35 0.58 0 0.41 0.77 137.65 0.4 0.16
Hex 19 3B 23 3A 0 29 4D 8A 28 10
Octal 31 73 43 72 0 51 115 212 50 20
Binary 11001 111011 100011 111010 0 101001 1001101 10001010 101000 10000

Color Harmonies of #193B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193B23

Black with #193B23

Text Example


Text Example

White with #193B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,59,35); }

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

background-color css

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

 a { background-color: rgb(25,59,35); }

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

border-color css

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

 span { border-color: rgb(25,59,35); }

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