#283212

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

Shades of Pine Tree #283212

Tints of Pine Tree #283212

Color information

#283212 (or 0x283212) is unknown color: approx Pine Tree. HEX triplet: 28, 32 and 12. RGB value is (40,50,18). Sum of RGB (Red+Green+Blue) = 40+50+18=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #283212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283212 is #D7CDED. Grayscale: #2B2B2B. Windows color (decimal): -14142958 or 1192488. OLE color: 1192488.

HSL color Cylindrical-coordinate representation of color #283212: hue angle of 78.75º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #283212 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB405018-
CMYK0.2000.640.80
HSL78.75º47.06%13.33%-
HSV(B)78.75º64%19.61%-
XYZ2.122.781-
YUV43.36113.69125.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.04%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=37.04%
G=46.30%
B=16.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4050180.2000.640.8078.7547.0613.33
Hex28321214040504f2fd
Octal5062222401001201175715
Binary101000110010100101010001000000101000010011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283212; }

 p { color: rgb(40,50,18); }

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

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

 a { background-color: rgb(40,50,18); }

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

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

 span { border-color: rgb(40,50,18); }

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