Html Css Color HEX #193A25 Deep Fir

📋 copy color: '#193A25'

red 25 ◦ green 58 ◦ blue 37

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

Shades of Deep Fir #193A25

Tints of Deep Fir #193A25

RGB

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

 GREEN value IS 58 (23.05% from 255) = 48.33%

 BLUE value IS 37 (14.84% from 255) = 30.83%

R = 20.83%
G = 48.33%
B = 30.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.77

RGB Variations

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

Color information

#193A25 (or 0x193A25) is known color: Deep Fir. HEX triplet: 19, 3A and 25. RGB value is (25,58,37). Sum of RGB (Red+Green+Blue) = 25+58+37=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 58 - color contains mainly: green. Hex color #193A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A25 is #E6C5DA. Grayscale: #2D2D2D. Windows color (decimal): -15123931 or 2439705. OLE color: 2439705.

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

Color convert

RGB 25 58 37 -
CMYK 0.57 0 0.36 0.77
HSL 141.82º 0.4% 0.16% -
HSV(B) 141.82º 0.57% 0.23% -
XYZ 2.25 3.37 2.28 -
YUV 45.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 25 58 37 0.57 0 0.36 0.77 141.82 0.4 0.16
Hex 19 3A 25 39 0 24 4D 8E 28 10
Octal 31 72 45 71 0 44 115 216 50 20
Binary 11001 111010 100101 111001 0 100100 1001101 10001110 101000 10000

Color Harmonies of #193A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A25

Black with #193A25

Text Example


Text Example

White with #193A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,58,37); }

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

background-color css

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

 a { background-color: rgb(25,58,37); }

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

border-color css

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

 span { border-color: rgb(25,58,37); }

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