#282F20

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

Shades of Pine Tree #282F20

Tints of Pine Tree #282F20

Color information

#282F20 (or 0x282F20) is unknown color: approx Pine Tree. HEX triplet: 28, 2F and 20. RGB value is (40,47,32). Sum of RGB (Red+Green+Blue) = 40+47+32=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 47 - color contains mainly: green. Hex color #282F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F20 is #D7D0DF. Grayscale: #2B2B2B. Windows color (decimal): -14143712 or 2109224. OLE color: 2109224.

HSL color Cylindrical-coordinate representation of color #282F20: hue angle of 88º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #282F20 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.

Color convert

RGB404732-
CMYK0.1500.320.82
HSL88º18.99%15.49%-
HSV(B)88º31.91%18.43%-
XYZ2.152.591.75-
YUV43.2121.68125.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.61%
GREEN value IS 47 (18.75% from 255) = 39.50%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=33.61%
G=39.50%
B=26.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4047320.1500.320.828818.9915.49
Hex282F20F020525813f
Octal505740170401221302317
Binary1010001011111000001111010000010100101011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282F20; }

 p { color: rgb(40,47,32); }

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

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

 a { background-color: rgb(40,47,32); }

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

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

 span { border-color: rgb(40,47,32); }

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