Html Css Color HEX #132600 Pine Tree

📋 copy color: '#132600'

red 19 ◦ green 38 ◦ blue 0

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

Shades of Pine Tree #132600

Tints of Pine Tree #132600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 66.67%

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

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#132600 (or 0x132600) is known color: Pine Tree. HEX triplet: 13, 26 and 00. RGB value is (19,38,0). Sum of RGB (Red+Green+Blue) = 19+38+0=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 38 (15.23% from 255 or 66.67% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 38 - color contains mainly: green. Hex color #132600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132600 is #ECD9FF. Grayscale: #1C1C1C. Windows color (decimal): -15522304 or 9747. OLE color: 9747.

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

Color convert

RGB 19 38 0 -
CMYK 0.50 0 1 0.85
HSL 90º 1% 0.07% -
HSV(B) 90º 1% 0.15% -
XYZ 0.96 1.52 0.24 -
YUV 27.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 19 38 0 0.50 0 1 0.85 90 1 0.07
Hex 13 26 0 32 0 64 55 5A 64 7
Octal 23 46 0 62 0 144 125 132 144 7
Binary 10011 100110 0 110010 0 1100100 1010101 1011010 1100100 111

Color Harmonies of #132600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132600

Black with #132600

Text Example


Text Example

White with #132600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132600; }

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

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

background-color css

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

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

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

border-color css

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

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

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