#213302

Color #213302 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #213302

Tints of Pine Tree #213302

Color information

#213302 (or 0x213302) is unknown color: approx Pine Tree. HEX triplet: 21, 33 and 02. RGB value is (33,51,2). Sum of RGB (Red+Green+Blue) = 33+51+2=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #213302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213302 is #DECCFD. Grayscale: #282828. Windows color (decimal): -14601470 or 144161. OLE color: 144161.

HSL color Cylindrical-coordinate representation of color #213302: hue angle of 82.04º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #213302 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB33512-
CMYK0.3500.960.8
HSL82.04º92.45%10.39%-
HSV(B)82.04º96.08%20%-
XYZ1.822.70.48-
YUV40.03106.54122.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.37%
GREEN value IS 51 (20.31% from 255) = 59.30%
BLUE value IS 2 (1.17% from 255) = 2.33%
R=38.37%
G=59.30%
B=2.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal335120.3500.960.882.0492.4510.39
Hex213322306050525ca
Octal4163243014012012213412
Binary10000111001110100011011000001010000101001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213302; }

 p { color: rgb(33,51,2); }

 H1.HeaderClassName
 {
   color: #213302;
 }
 .AnyTagClassName
 {
   color: #213302;
 }
</style>
background-color css

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

 a { background-color: rgb(33,51,2); }

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

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

 span { border-color: rgb(33,51,2); }

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