Html Css Color HEX #132A02 Pine Tree

📋 copy color: '#132A02'

red 19 ◦ green 42 ◦ blue 2

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

Shades of Pine Tree #132A02

Tints of Pine Tree #132A02

RGB

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

 GREEN value IS 42 (16.8% from 255) = 66.67%

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

R = 30.16%
G = 66.67%
B = 3.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#132A02 (or 0x132A02) is known color: Pine Tree. HEX triplet: 13, 2A and 02. RGB value is (19,42,2). Sum of RGB (Red+Green+Blue) = 19+42+2=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 42 (16.80% from 255 or 66.67% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 42 - color contains mainly: green. Hex color #132A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132A02 is #ECD5FD. Grayscale: #1E1E1E. Windows color (decimal): -15521278 or 141843. OLE color: 141843.

HSL color Cylindrical-coordinate representation of color #132A02: hue angle of 94.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #132A02 is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 42 2 -
CMYK 0.55 0 0.95 0.84
HSL 94.5º 0.91% 0.09% -
HSV(B) 94.5º 0.95% 0.16% -
XYZ 1.11 1.8 0.35 -
YUV 30.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 19 42 2 0.55 0 0.95 0.84 94.5 0.91 0.09
Hex 13 2A 2 37 0 5F 54 5E 5B 9
Octal 23 52 2 67 0 137 124 136 133 11
Binary 10011 101010 10 110111 0 1011111 1010100 1011110 1011011 1001

Color Harmonies of #132A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132A02

Black with #132A02

Text Example


Text Example

White with #132A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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