Html Css Color HEX #132602 Pine Tree

📋 copy color: '#132602'

red 19 ◦ green 38 ◦ blue 2

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

Shades of Pine Tree #132602

Tints of Pine Tree #132602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 64.41%

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

R = 32.2%
G = 64.41%
B = 3.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#132602 (or 0x132602) is known color: Pine Tree. HEX triplet: 13, 26 and 02. RGB value is (19,38,2). Sum of RGB (Red+Green+Blue) = 19+38+2=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #132602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132602 is #ECD9FD. Grayscale: #1C1C1C. Windows color (decimal): -15522302 or 140819. OLE color: 140819.

HSL color Cylindrical-coordinate representation of color #132602: hue angle of 91.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #132602 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 38 2 -
CMYK 0.50 0 0.95 0.85
HSL 91.67º 0.9% 0.08% -
HSV(B) 91.67º 0.95% 0.15% -
XYZ 0.97 1.53 0.3 -
YUV 28.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 19 38 2 0.50 0 0.95 0.85 91.67 0.9 0.08
Hex 13 26 2 32 0 5F 55 5C 5A 8
Octal 23 46 2 62 0 137 125 134 132 10
Binary 10011 100110 10 110010 0 1011111 1010101 1011100 1011010 1000

Color Harmonies of #132602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132602

Black with #132602

Text Example


Text Example

White with #132602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132602; }

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

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

background-color css

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

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

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

border-color css

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

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

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