Html Css Color HEX #193402 Pine Tree

📋 copy color: '#193402'

red 25 ◦ green 52 ◦ blue 2

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

Shades of Pine Tree #193402

Tints of Pine Tree #193402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 65.82%

 BLUE value IS 2 (1.17% from 255) = 2.53%

R = 31.65%
G = 65.82%
B = 2.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#193402 (or 0x193402) is known color: Pine Tree. HEX triplet: 19, 34 and 02. RGB value is (25,52,2). Sum of RGB (Red+Green+Blue) = 25+52+2=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 52 (20.70% from 255 or 65.82% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 52 - color contains mainly: green. Hex color #193402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193402 is #E6CBFD. Grayscale: #262626. Windows color (decimal): -15125502 or 144409. OLE color: 144409.

HSL color Cylindrical-coordinate representation of color #193402: hue angle of 92.4º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #193402 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 52 2 -
CMYK 0.52 0 0.96 0.80
HSL 92.4º 0.93% 0.11% -
HSV(B) 92.4º 0.96% 0.2% -
XYZ 1.64 2.67 0.49 -
YUV 38.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 25 52 2 0.52 0 0.96 0.80 92.4 0.93 0.11
Hex 19 34 2 34 0 60 50 5C 5D B
Octal 31 64 2 64 0 140 120 134 135 13
Binary 11001 110100 10 110100 0 1100000 1010000 1011100 1011101 1011

Color Harmonies of #193402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193402

Black with #193402

Text Example


Text Example

White with #193402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193402; }

 p { color: rgb(25,52,2); }

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

background-color css

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

 a { background-color: rgb(25,52,2); }

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

border-color css

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

 span { border-color: rgb(25,52,2); }

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