Html Css Color HEX #132306 Pine Tree

📋 copy color: '#132306'

red 19 ◦ green 35 ◦ blue 6

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

Shades of Pine Tree #132306

Tints of Pine Tree #132306

RGB

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

 GREEN value IS 35 (14.06% from 255) = 58.33%

 BLUE value IS 6 (2.73% from 255) = 10%

R = 31.67%
G = 58.33%
B = 10%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.83

 K value IS 0.86

RGB Variations

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

Color information

#132306 (or 0x132306) is known color: Pine Tree. HEX triplet: 13, 23 and 06. RGB value is (19,35,6). Sum of RGB (Red+Green+Blue) = 19+35+6=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #132306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132306 is #ECDCF9. Grayscale: #1B1B1B. Windows color (decimal): -15523066 or 402195. OLE color: 402195.

HSL color Cylindrical-coordinate representation of color #132306: hue angle of 93.1º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132306 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 35 6 -
CMYK 0.46 0 0.83 0.86
HSL 93.1º 0.71% 0.08% -
HSV(B) 93.1º 0.83% 0.14% -
XYZ 0.9 1.35 0.39 -
YUV 26.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 19 35 6 0.46 0 0.83 0.86 93.1 0.71 0.08
Hex 13 23 6 2E 0 53 56 5D 47 8
Octal 23 43 6 56 0 123 126 135 107 10
Binary 10011 100011 110 101110 0 1010011 1010110 1011101 1000111 1000

Color Harmonies of #132306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132306

Black with #132306

Text Example


Text Example

White with #132306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132306; }

 p { color: rgb(19,35,6); }

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

background-color css

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

 a { background-color: rgb(19,35,6); }

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

border-color css

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

 span { border-color: rgb(19,35,6); }

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