Html Css Color HEX #132007 Pine Tree

📋 copy color: '#132007'

red 19 ◦ green 32 ◦ blue 7

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

Shades of Pine Tree #132007

Tints of Pine Tree #132007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 55.17%

 BLUE value IS 7 (3.13% from 255) = 12.07%

R = 32.76%
G = 55.17%
B = 12.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.87

RGB Variations

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

Color information

#132007 (or 0x132007) is known color: Pine Tree. HEX triplet: 13, 20 and 07. RGB value is (19,32,7). Sum of RGB (Red+Green+Blue) = 19+32+7=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #132007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132007 is #ECDFF8. Grayscale: #191919. Windows color (decimal): -15523833 or 466963. OLE color: 466963.

HSL color Cylindrical-coordinate representation of color #132007: hue angle of 91.2º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132007 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 32 7 -
CMYK 0.41 0 0.78 0.87
HSL 91.2º 0.64% 0.08% -
HSV(B) 91.2º 0.78% 0.13% -
XYZ 0.82 1.19 0.39 -
YUV 25.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 19 32 7 0.41 0 0.78 0.87 91.2 0.64 0.08
Hex 13 20 7 29 0 4E 57 5B 40 8
Octal 23 40 7 51 0 116 127 133 100 10
Binary 10011 100000 111 101001 0 1001110 1010111 1011011 1000000 1000

Color Harmonies of #132007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132007

Black with #132007

Text Example


Text Example

White with #132007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132007; }

 p { color: rgb(19,32,7); }

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

background-color css

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

 a { background-color: rgb(19,32,7); }

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

border-color css

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

 span { border-color: rgb(19,32,7); }

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