#21350F

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

Shades of Pine Tree #21350F

Tints of Pine Tree #21350F

Color information

#21350F (or 0x21350F) is unknown color: approx Pine Tree. HEX triplet: 21, 35 and 0F. RGB value is (33,53,15). Sum of RGB (Red+Green+Blue) = 33+53+15=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 53 (21.09% from 255 or 52.48% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 53 - color contains mainly: green. Hex color #21350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21350F is #DECAF0. Grayscale: #2A2A2A. Windows color (decimal): -14600945 or 996641. OLE color: 996641.

HSL color Cylindrical-coordinate representation of color #21350F: hue angle of 91.58º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21350F is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB335315-
CMYK0.3800.720.79
HSL91.58º55.88%13.33%-
HSV(B)91.58º71.7%20.78%-
XYZ1.992.90.91-
YUV42.69112.37121.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 53 (21.09% from 255) = 52.48%
BLUE value IS 15 (6.25% from 255) = 14.85%
R=32.67%
G=52.48%
B=14.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3353150.3800.720.7991.5855.8813.33
Hex2135F260484F5c38d
Octal4165174601101171347015
Binary100001110101111110011001001000100111110111001110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21350F; }

 p { color: rgb(33,53,15); }

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

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

 a { background-color: rgb(33,53,15); }

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

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

 span { border-color: rgb(33,53,15); }

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