Html Css Color HEX #132F00 Pine Tree

📋 copy color: '#132F00'

red 19 ◦ green 47 ◦ blue 0

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

Shades of Pine Tree #132F00

Tints of Pine Tree #132F00

RGB

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

 GREEN value IS 47 (18.75% from 255) = 71.21%

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

R = 28.79%
G = 71.21%
B = 0%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 1

 K value IS 0.82

RGB Variations

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

Color information

#132F00 (or 0x132F00) is known color: Pine Tree. HEX triplet: 13, 2F and 00. RGB value is (19,47,0). Sum of RGB (Red+Green+Blue) = 19+47+0=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 47 (18.75% from 255 or 71.21% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 47 - color contains mainly: green. Hex color #132F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132F00 is #ECD0FF. Grayscale: #212121. Windows color (decimal): -15520000 or 12051. OLE color: 12051.

HSL color Cylindrical-coordinate representation of color #132F00: hue angle of 95.74º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #132F00 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 47 0 -
CMYK 0.60 0 1 0.82
HSL 95.74º 1% 0.09% -
HSV(B) 95.74º 1% 0.18% -
XYZ 1.29 2.17 0.35 -
YUV 33.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 19 47 0 0.60 0 1 0.82 95.74 1 0.09
Hex 13 2F 0 3C 0 64 52 60 64 9
Octal 23 57 0 74 0 144 122 140 144 11
Binary 10011 101111 0 111100 0 1100100 1010010 1100000 1100100 1001

Color Harmonies of #132F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F00

Black with #132F00

Text Example


Text Example

White with #132F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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