Html Css Color HEX #132200 Pine Tree

📋 copy color: '#132200'

red 19 ◦ green 34 ◦ blue 0

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

Shades of Pine Tree #132200

Tints of Pine Tree #132200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.85%
G = 64.15%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#132200 (or 0x132200) is known color: Pine Tree. HEX triplet: 13, 22 and 00. RGB value is (19,34,0). Sum of RGB (Red+Green+Blue) = 19+34+0=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 34 (13.67% from 255 or 64.15% from 53); Blue value is 0 (0.39% from 255 or 0% from 53); Max value from RGB is 34 - color contains mainly: green. Hex color #132200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132200 is #ECDDFF. Grayscale: #191919. Windows color (decimal): -15523328 or 8723. OLE color: 8723.

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

Color convert

RGB 19 34 0 -
CMYK 0.44 0 1 0.87
HSL 86.47º 1% 0.07% -
HSV(B) 86.47º 1% 0.13% -
XYZ 0.84 1.28 0.2 -
YUV 25.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 19 34 0 0.44 0 1 0.87 86.47 1 0.07
Hex 13 22 0 2C 0 64 57 56 64 7
Octal 23 42 0 54 0 144 127 126 144 7
Binary 10011 100010 0 101100 0 1100100 1010111 1010110 1100100 111

Color Harmonies of #132200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132200

Black with #132200

Text Example


Text Example

White with #132200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132200; }

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

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

background-color css

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

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

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

border-color css

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

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

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