#213502

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

Shades of Pine Tree #213502

Tints of Pine Tree #213502

Color information

#213502 (or 0x213502) is unknown color: approx Pine Tree. HEX triplet: 21, 35 and 02. RGB value is (33,53,2). Sum of RGB (Red+Green+Blue) = 33+53+2=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 53 (21.09% from 255 or 60.23% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 53 - color contains mainly: green. Hex color #213502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213502 is #DECAFD. Grayscale: #292929. Windows color (decimal): -14600958 or 144673. OLE color: 144673.

HSL color Cylindrical-coordinate representation of color #213502: hue angle of 83.53º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #213502 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB33532-
CMYK0.3800.960.79
HSL83.53º92.73%10.78%-
HSV(B)83.53º96.23%20.78%-
XYZ1.912.870.51-
YUV41.21105.87122.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.5%
GREEN value IS 53 (21.09% from 255) = 60.23%
BLUE value IS 2 (1.17% from 255) = 2.27%
R=37.5%
G=60.23%
B=2.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal335320.3800.960.7983.5392.7310.78
Hex21352260604F545db
Octal4165246014011712413513
Binary10000111010110100110011000001001111101010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213502; }

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

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

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

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

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

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

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

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