#132C00

Color #132C00 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #132C00

Tints of Pine Tree #132C00

Color information

#132C00 (or 0x132C00) is unknown color: approx Pine Tree. HEX triplet: 13, 2C and 00. RGB value is (19,44,0). Sum of RGB (Red+Green+Blue) = 19+44+0=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 44 (17.58% from 255 or 69.84% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 44 - color contains mainly: green. Hex color #132C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132C00 is #ECD3FF. Grayscale: #1F1F1F. Windows color (decimal): -15520768 or 11283. OLE color: 11283.

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

Color convert

RGB19440-
CMYK0.57010.83
HSL94.09º100%8.63%-
HSV(B)94.09º100%17.25%-
XYZ1.171.940.31-
YUV31.51110.22119.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 44 (17.58% from 255) = 69.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.16%
G=69.84%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal194400.57010.8394.091008.63
Hex132C039064535e649
Octal2354071014412313614411
Binary100111011000111001011001001010011101111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #132C00;
 }
 .AnyTagClassName
 {
   color: #132C00;
 }
</style>
background-color css

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

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

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

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

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

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