Html Css Color HEX #133100 Pine Tree

📋 copy color: '#133100'

red 19 ◦ green 49 ◦ blue 0

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

Shades of Pine Tree #133100

Tints of Pine Tree #133100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 72.06%

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

R = 27.94%
G = 72.06%
B = 0%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#133100 (or 0x133100) is known color: Pine Tree. HEX triplet: 13, 31 and 00. RGB value is (19,49,0). Sum of RGB (Red+Green+Blue) = 19+49+0=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 49 (19.53% from 255 or 72.06% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 49 - color contains mainly: green. Hex color #133100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133100 is #ECCEFF. Grayscale: #222222. Windows color (decimal): -15519488 or 12563. OLE color: 12563.

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

Color convert

RGB 19 49 0 -
CMYK 0.61 0 1 0.81
HSL 96.73º 1% 0.1% -
HSV(B) 96.73º 1% 0.19% -
XYZ 1.37 2.34 0.38 -
YUV 34.44 108.56 116.98 -
System Red Green Blue C M Y K H S L
Decimal 19 49 0 0.61 0 1 0.81 96.73 1 0.1
Hex 13 31 0 3D 0 64 51 61 64 A
Octal 23 61 0 75 0 144 121 141 144 12
Binary 10011 110001 0 111101 0 1100100 1010001 1100001 1100100 1010

Color Harmonies of #133100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133100

Black with #133100

Text Example


Text Example

White with #133100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133100; }

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

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

background-color css

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

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

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

border-color css

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

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

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