Html Css Color HEX #132904 Pine Tree

📋 copy color: '#132904'

red 19 ◦ green 41 ◦ blue 4

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

Shades of Pine Tree #132904

Tints of Pine Tree #132904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.25%

R = 29.69%
G = 64.06%
B = 6.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.90

 K value IS 0.84

RGB Variations

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

Color information

#132904 (or 0x132904) is known color: Pine Tree. HEX triplet: 13, 29 and 04. RGB value is (19,41,4). Sum of RGB (Red+Green+Blue) = 19+41+4=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 41 (16.41% from 255 or 64.06% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 41 - color contains mainly: green. Hex color #132904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132904 is #ECD6FB. Grayscale: #1E1E1E. Windows color (decimal): -15521532 or 272659. OLE color: 272659.

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

Color convert

RGB 19 41 4 -
CMYK 0.54 0 0.90 0.84
HSL 95.68º 0.82% 0.09% -
HSV(B) 95.68º 0.9% 0.16% -
XYZ 1.08 1.73 0.39 -
YUV 30.2 113.21 120.01 -
System Red Green Blue C M Y K H S L
Decimal 19 41 4 0.54 0 0.90 0.84 95.68 0.82 0.09
Hex 13 29 4 36 0 5A 54 60 52 9
Octal 23 51 4 66 0 132 124 140 122 11
Binary 10011 101001 100 110110 0 1011010 1010100 1100000 1010010 1001

Color Harmonies of #132904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132904

Black with #132904

Text Example


Text Example

White with #132904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132904; }

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

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

background-color css

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

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

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

border-color css

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

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

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