Html Css Color HEX #132802 Pine Tree

📋 copy color: '#132802'

red 19 ◦ green 40 ◦ blue 2

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

Shades of Pine Tree #132802

Tints of Pine Tree #132802

RGB

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

 GREEN value IS 40 (16.02% from 255) = 65.57%

 BLUE value IS 2 (1.17% from 255) = 3.28%

R = 31.15%
G = 65.57%
B = 3.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#132802 (or 0x132802) is known color: Pine Tree. HEX triplet: 13, 28 and 02. RGB value is (19,40,2). Sum of RGB (Red+Green+Blue) = 19+40+2=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 40 (16.02% from 255 or 65.57% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 40 - color contains mainly: green. Hex color #132802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132802 is #ECD7FD. Grayscale: #1D1D1D. Windows color (decimal): -15521790 or 141331. OLE color: 141331.

HSL color Cylindrical-coordinate representation of color #132802: hue angle of 93.16º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #132802 is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 40 2 -
CMYK 0.52 0 0.95 0.84
HSL 93.16º 0.9% 0.08% -
HSV(B) 93.16º 0.95% 0.16% -
XYZ 1.04 1.66 0.32 -
YUV 29.39 112.54 120.59 -
System Red Green Blue C M Y K H S L
Decimal 19 40 2 0.52 0 0.95 0.84 93.16 0.9 0.08
Hex 13 28 2 34 0 5F 54 5D 5A 8
Octal 23 50 2 64 0 137 124 135 132 10
Binary 10011 101000 10 110100 0 1011111 1010100 1011101 1011010 1000

Color Harmonies of #132802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132802

Black with #132802

Text Example


Text Example

White with #132802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132802; }

 p { color: rgb(19,40,2); }

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

background-color css

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

 a { background-color: rgb(19,40,2); }

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

border-color css

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

 span { border-color: rgb(19,40,2); }

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