Html Css Color HEX #132300 Pine Tree

📋 copy color: '#132300'

red 19 ◦ green 35 ◦ blue 0

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

Shades of Pine Tree #132300

Tints of Pine Tree #132300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 64.81%

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

R = 35.19%
G = 64.81%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#132300 (or 0x132300) is known color: Pine Tree. HEX triplet: 13, 23 and 00. RGB value is (19,35,0). Sum of RGB (Red+Green+Blue) = 19+35+0=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 35 (14.06% from 255 or 64.81% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 35 - color contains mainly: green. Hex color #132300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132300 is #ECDCFF. Grayscale: #1A1A1A. Windows color (decimal): -15523072 or 8979. OLE color: 8979.

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

Color convert

RGB 19 35 0 -
CMYK 0.46 0 1 0.86
HSL 87.43º 1% 0.07% -
HSV(B) 87.43º 1% 0.14% -
XYZ 0.87 1.34 0.21 -
YUV 26.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 19 35 0 0.46 0 1 0.86 87.43 1 0.07
Hex 13 23 0 2E 0 64 56 57 64 7
Octal 23 43 0 56 0 144 126 127 144 7
Binary 10011 100011 0 101110 0 1100100 1010110 1010111 1100100 111

Color Harmonies of #132300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132300

Black with #132300

Text Example


Text Example

White with #132300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132300; }

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

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

background-color css

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

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

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

border-color css

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

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

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