Html Css Color HEX #132700 Pine Tree

📋 copy color: '#132700'

red 19 ◦ green 39 ◦ blue 0

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

Shades of Pine Tree #132700

Tints of Pine Tree #132700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 67.24%

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

R = 32.76%
G = 67.24%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#132700 (or 0x132700) is known color: Pine Tree. HEX triplet: 13, 27 and 00. RGB value is (19,39,0). Sum of RGB (Red+Green+Blue) = 19+39+0=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 39 (15.62% from 255 or 67.24% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 39 - color contains mainly: green. Hex color #132700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132700 is #ECD8FF. Grayscale: #1C1C1C. Windows color (decimal): -15522048 or 10003. OLE color: 10003.

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

Color convert

RGB 19 39 0 -
CMYK 0.51 0 1 0.85
HSL 90.77º 1% 0.08% -
HSV(B) 90.77º 1% 0.15% -
XYZ 0.99 1.59 0.25 -
YUV 28.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 19 39 0 0.51 0 1 0.85 90.77 1 0.08
Hex 13 27 0 33 0 64 55 5B 64 8
Octal 23 47 0 63 0 144 125 133 144 10
Binary 10011 100111 0 110011 0 1100100 1010101 1011011 1100100 1000

Color Harmonies of #132700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132700

Black with #132700

Text Example


Text Example

White with #132700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132700; }

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

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

background-color css

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

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

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

border-color css

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

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

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