Html Css Color HEX #132907 Pine Tree

📋 copy color: '#132907'

red 19 ◦ green 41 ◦ blue 7

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

Shades of Pine Tree #132907

Tints of Pine Tree #132907

RGB

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

 GREEN value IS 41 (16.41% from 255) = 61.19%

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

R = 28.36%
G = 61.19%
B = 10.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.83

 K value IS 0.84

RGB Variations

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

Color information

#132907 (or 0x132907) is known color: Pine Tree. HEX triplet: 13, 29 and 07. RGB value is (19,41,7). Sum of RGB (Red+Green+Blue) = 19+41+7=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 41 (16.41% from 255 or 61.19% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 41 - color contains mainly: green. Hex color #132907 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132907 is #ECD6F8. Grayscale: #1E1E1E. Windows color (decimal): -15521529 or 469267. OLE color: 469267.

HSL color Cylindrical-coordinate representation of color #132907: hue angle of 98.82º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132907 is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 41 7 -
CMYK 0.54 0 0.83 0.84
HSL 98.82º 0.71% 0.09% -
HSV(B) 98.82º 0.83% 0.16% -
XYZ 1.1 1.74 0.48 -
YUV 30.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 19 41 7 0.54 0 0.83 0.84 98.82 0.71 0.09
Hex 13 29 7 36 0 53 54 63 47 9
Octal 23 51 7 66 0 123 124 143 107 11
Binary 10011 101001 111 110110 0 1010011 1010100 1100011 1000111 1001

Color Harmonies of #132907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132907

Black with #132907

Text Example


Text Example

White with #132907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132907; }

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

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

background-color css

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

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

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

border-color css

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

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

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