#213005

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

Shades of Pine Tree #213005

Tints of Pine Tree #213005

Color information

#213005 (or 0x213005) is unknown color: approx Pine Tree. HEX triplet: 21, 30 and 05. RGB value is (33,48,5). Sum of RGB (Red+Green+Blue) = 33+48+5=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #213005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213005 is #DECFFA. Grayscale: #262626. Windows color (decimal): -14602235 or 340001. OLE color: 340001.

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

Color convert

RGB33485-
CMYK0.3100.900.81
HSL80.93º81.13%10.39%-
HSV(B)80.93º89.58%18.82%-
XYZ1.712.450.53-
YUV38.61109.03124-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.37%
GREEN value IS 48 (19.14% from 255) = 55.81%
BLUE value IS 5 (2.34% from 255) = 5.81%
R=38.37%
G=55.81%
B=5.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal334850.3100.900.8180.9381.1310.39
Hex213051F05A515151a
Octal4160537013212112112112
Binary10000111000010111111010110101010001101000110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213005; }

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

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

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

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

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

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

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

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