Html Css Color HEX #193901 Pine Tree

📋 copy color: '#193901'

red 25 ◦ green 57 ◦ blue 1

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

Shades of Pine Tree #193901

Tints of Pine Tree #193901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 68.67%

 BLUE value IS 1 (0.78% from 255) = 1.2%

R = 30.12%
G = 68.67%
B = 1.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#193901 (or 0x193901) is known color: Pine Tree. HEX triplet: 19, 39 and 01. RGB value is (25,57,1). Sum of RGB (Red+Green+Blue) = 25+57+1=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 57 (22.66% from 255 or 68.67% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 57 - color contains mainly: green. Hex color #193901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193901 is #E6C6FE. Grayscale: #292929. Windows color (decimal): -15124223 or 80153. OLE color: 80153.

HSL color Cylindrical-coordinate representation of color #193901: hue angle of 94.29º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #193901 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 57 1 -
CMYK 0.56 0 0.98 0.78
HSL 94.29º 0.97% 0.11% -
HSV(B) 94.29º 0.98% 0.22% -
XYZ 1.87 3.14 0.54 -
YUV 41.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 25 57 1 0.56 0 0.98 0.78 94.29 0.97 0.11
Hex 19 39 1 38 0 62 4E 5E 61 B
Octal 31 71 1 70 0 142 116 136 141 13
Binary 11001 111001 1 111000 0 1100010 1001110 1011110 1100001 1011

Color Harmonies of #193901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193901

Black with #193901

Text Example


Text Example

White with #193901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193901; }

 p { color: rgb(25,57,1); }

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

background-color css

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

 a { background-color: rgb(25,57,1); }

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

border-color css

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

 span { border-color: rgb(25,57,1); }

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