#213008

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

Shades of Pine Tree #213008

Tints of Pine Tree #213008

Color information

#213008 (or 0x213008) is unknown color: approx Pine Tree. HEX triplet: 21, 30 and 08. RGB value is (33,48,8). Sum of RGB (Red+Green+Blue) = 33+48+8=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #213008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213008 is #DECFF7. Grayscale: #272727. Windows color (decimal): -14602232 or 536609. OLE color: 536609.

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

Color convert

RGB33488-
CMYK0.3100.830.81
HSL82.5º71.43%10.98%-
HSV(B)82.5º83.33%18.82%-
XYZ1.732.450.61-
YUV38.96110.53123.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 48 (19.14% from 255) = 53.93%
BLUE value IS 8 (3.52% from 255) = 8.99%
R=37.08%
G=53.93%
B=8.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal334880.3100.830.8182.571.4310.98
Hex213081F053515247b
Octal41601037012312112210713
Binary100001110000100011111010100111010001101001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213008; }

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

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

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

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

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

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

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

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