#283310

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

Shades of Pine Tree #283310

Tints of Pine Tree #283310

Color information

#283310 (or 0x283310) is unknown color: approx Pine Tree. HEX triplet: 28, 33 and 10. RGB value is (40,51,16). Sum of RGB (Red+Green+Blue) = 40+51+16=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #283310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283310 is #D7CCEF. Grayscale: #2B2B2B. Windows color (decimal): -14142704 or 1061672. OLE color: 1061672.

HSL color Cylindrical-coordinate representation of color #283310: hue angle of 78.86º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #283310 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB405116-
CMYK0.2200.690.8
HSL78.86º52.24%13.14%-
HSV(B)78.86º68.63%20%-
XYZ2.152.860.93-
YUV43.72112.36125.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.38%
GREEN value IS 51 (20.31% from 255) = 47.66%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=37.38%
G=47.66%
B=14.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4051160.2200.690.878.8652.2413.14
Hex28331016045504f34d
Octal5063202601051201176415
Binary101000110011100001011001000101101000010011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283310; }

 p { color: rgb(40,51,16); }

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

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

 a { background-color: rgb(40,51,16); }

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

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

 span { border-color: rgb(40,51,16); }

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