#213004

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

Shades of Pine Tree #213004

Tints of Pine Tree #213004

Color information

#213004 (or 0x213004) is unknown color: approx Pine Tree. HEX triplet: 21, 30 and 04. RGB value is (33,48,4). Sum of RGB (Red+Green+Blue) = 33+48+4=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #213004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213004 is #DECFFB. Grayscale: #262626. Windows color (decimal): -14602236 or 274465. OLE color: 274465.

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

Color convert

RGB33484-
CMYK0.3100.920.81
HSL80.45º84.62%10.2%-
HSV(B)80.45º91.67%18.82%-
XYZ1.712.450.5-
YUV38.5108.53124.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.82%
GREEN value IS 48 (19.14% from 255) = 56.47%
BLUE value IS 4 (1.95% from 255) = 4.71%
R=38.82%
G=56.47%
B=4.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal334840.3100.920.8180.4584.6210.2
Hex213041F05C515055a
Octal4160437013412112012512
Binary10000111000010011111010111001010001101000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213004; }

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

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

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

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

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

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

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

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