Html Css Color HEX #133000 Pine Tree

📋 copy color: '#133000'

red 19 ◦ green 48 ◦ blue 0

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

Shades of Pine Tree #133000

Tints of Pine Tree #133000

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 value IS 0.60

 M value IS 0

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#133000 (or 0x133000) is known color: 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

RGB 19 48 0 -
CMYK 0.60 0 1 0.81
HSL 96.25º 1% 0.09% -
HSV(B) 96.25º 1% 0.19% -
XYZ 1.33 2.25 0.36 -
YUV 33.86 108.89 117.4 -
System Red Green Blue C M Y K H S L
Decimal 19 48 0 0.60 0 1 0.81 96.25 1 0.09
Hex 13 30 0 3C 0 64 51 60 64 9
Octal 23 60 0 74 0 144 121 140 144 11
Binary 10011 110000 0 111100 0 1100100 1010001 1100000 1100100 1001

Color Harmonies of #133000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133000

Black with #133000

Text Example


Text Example

White with #133000

Text Example


Text Example

HTML Codes & Css Web 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>