#133000

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

Shades of Pine Tree #133000

Tints of Pine Tree #133000

Color information

#133000 (or 0x133000) is unknown color: approx Pine Tree. HEX triplet: 13, 30 and 00. RGB value is (19,48,0). Sum of RGB (Red+Green+Blue) = 19+48+0=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 48 (19.14% from 255 or 71.64% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 48 - color contains mainly: green. Hex color #133000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133000 is #ECCFFF. Grayscale: #222222. Windows color (decimal): -15519744 or 12307. OLE color: 12307.

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

Color convert

RGB19480-
CMYK0.60010.81
HSL96.25º100%9.41%-
HSV(B)96.25º100%18.82%-
XYZ1.332.250.36-
YUV33.86108.89117.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 48 (19.14% from 255) = 71.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.36%
G=71.64%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal194800.60010.8196.251009.41
Hex133003C0645160649
Octal2360074014412114014411
Binary100111100000111100011001001010001110000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133000; }

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

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

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

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

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

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

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

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