#213312

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

Shades of Pine Tree #213312

Tints of Pine Tree #213312

Color information

#213312 (or 0x213312) is unknown color: approx Pine Tree. HEX triplet: 21, 33 and 12. RGB value is (33,51,18). Sum of RGB (Red+Green+Blue) = 33+51+18=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #213312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213312 is #DECCED. Grayscale: #292929. Windows color (decimal): -14601454 or 1192737. OLE color: 1192737.

HSL color Cylindrical-coordinate representation of color #213312: hue angle of 92.73º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #213312 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB335118-
CMYK0.3500.650.8
HSL92.73º47.83%13.53%-
HSV(B)92.73º64.71%20%-
XYZ1.922.731-
YUV41.86114.54121.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 51 (20.31% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 17.65%
R=32.35%
G=50%
B=17.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3351180.3500.650.892.7347.8313.53
Hex21331223041505d30e
Octal4163224301011201356016
Binary1000011100111001010001101000001101000010111011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213312; }

 p { color: rgb(33,51,18); }

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

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

 a { background-color: rgb(33,51,18); }

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

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

 span { border-color: rgb(33,51,18); }

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