#213014

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

Shades of Pine Tree #213014

Tints of Pine Tree #213014

Color information

#213014 (or 0x213014) is unknown color: approx Pine Tree. HEX triplet: 21, 30 and 14. RGB value is (33,48,20). Sum of RGB (Red+Green+Blue) = 33+48+20=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #213014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213014 is #DECFEB. Grayscale: #282828. Windows color (decimal): -14602220 or 1323041. OLE color: 1323041.

HSL color Cylindrical-coordinate representation of color #213014: hue angle of 92.14º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #213014 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB334820-
CMYK0.3100.580.81
HSL92.14º41.18%13.33%-
HSV(B)92.14º58.33%18.82%-
XYZ1.812.491.05-
YUV40.32116.53122.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 48 (19.14% from 255) = 47.52%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=32.67%
G=47.52%
B=19.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348200.3100.580.8192.1441.1813.33
Hex2130141F03A515c29d
Octal416024370721211345115
Binary10000111000010100111110111010101000110111001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213014; }

 p { color: rgb(33,48,20); }

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

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

 a { background-color: rgb(33,48,20); }

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

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

 span { border-color: rgb(33,48,20); }

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