Html Css Color HEX #132202 Pine Tree

📋 copy color: '#132202'

red 19 ◦ green 34 ◦ blue 2

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

Shades of Pine Tree #132202

Tints of Pine Tree #132202

RGB

 RED value IS 19 (7.81% from 255) = 34.55%

 GREEN value IS 34 (13.67% from 255) = 61.82%

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

R = 34.55%
G = 61.82%
B = 3.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.87

RGB Variations

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

Color information

#132202 (or 0x132202) is known color: Pine Tree. HEX triplet: 13, 22 and 02. RGB value is (19,34,2). Sum of RGB (Red+Green+Blue) = 19+34+2=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 34 (13.67% from 255 or 61.82% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 34 - color contains mainly: green. Hex color #132202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132202 is #ECDDFD. Grayscale: #191919. Windows color (decimal): -15523326 or 139795. OLE color: 139795.

HSL color Cylindrical-coordinate representation of color #132202: hue angle of 88.12º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #132202 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 34 2 -
CMYK 0.44 0 0.94 0.87
HSL 88.13º 0.89% 0.07% -
HSV(B) 88.13º 0.94% 0.13% -
XYZ 0.85 1.29 0.26 -
YUV 25.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 19 34 2 0.44 0 0.94 0.87 88.13 0.89 0.07
Hex 13 22 2 2C 0 5E 57 58 59 7
Octal 23 42 2 54 0 136 127 130 131 7
Binary 10011 100010 10 101100 0 1011110 1010111 1011000 1011001 111

Color Harmonies of #132202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132202

Black with #132202

Text Example


Text Example

White with #132202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132202; }

 p { color: rgb(19,34,2); }

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

background-color css

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

 a { background-color: rgb(19,34,2); }

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

border-color css

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

 span { border-color: rgb(19,34,2); }

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