Html Css Color HEX #193301 Pine Tree

📋 copy color: '#193301'

red 25 ◦ green 51 ◦ blue 1

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

Shades of Pine Tree #193301

Tints of Pine Tree #193301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 66.23%

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

R = 32.47%
G = 66.23%
B = 1.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#193301 (or 0x193301) is known color: Pine Tree. HEX triplet: 19, 33 and 01. RGB value is (25,51,1). Sum of RGB (Red+Green+Blue) = 25+51+1=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 51 (20.31% from 255 or 66.23% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 51 - color contains mainly: green. Hex color #193301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193301 is #E6CCFE. Grayscale: #252525. Windows color (decimal): -15125759 or 78617. OLE color: 78617.

HSL color Cylindrical-coordinate representation of color #193301: hue angle of 91.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #193301 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.

Color convert

RGB 25 51 1 -
CMYK 0.51 0 0.98 0.8
HSL 91.2º 0.96% 0.1% -
HSV(B) 91.2º 0.98% 0.2% -
XYZ 1.59 2.58 0.44 -
YUV 37.53 107.39 119.07 -
System Red Green Blue C M Y K H S L
Decimal 25 51 1 0.51 0 0.98 0.8 91.2 0.96 0.1
Hex 19 33 1 33 0 62 50 5B 60 A
Octal 31 63 1 63 0 142 120 133 140 12
Binary 11001 110011 1 110011 0 1100010 1010000 1011011 1100000 1010

Color Harmonies of #193301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193301

Black with #193301

Text Example


Text Example

White with #193301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193301; }

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

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

background-color css

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

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

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

border-color css

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

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

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