#283019

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

Shades of Pine Tree #283019

Tints of Pine Tree #283019

Color information

#283019 (or 0x283019) is unknown color: approx Pine Tree. HEX triplet: 28, 30 and 19. RGB value is (40,48,25). Sum of RGB (Red+Green+Blue) = 40+48+25=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 48 - color contains mainly: green. Hex color #283019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283019 is #D7CFE6. Grayscale: #2B2B2B. Windows color (decimal): -14143463 or 1650728. OLE color: 1650728.

HSL color Cylindrical-coordinate representation of color #283019: hue angle of 80.87º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #283019 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB404825-
CMYK0.1700.480.81
HSL80.87º31.51%14.31%-
HSV(B)80.87º47.92%18.82%-
XYZ2.112.641.32-
YUV42.99117.85125.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.40%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=35.40%
G=42.48%
B=22.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4048250.1700.480.8180.8731.5114.31
Hex28301911030515120e
Octal506031210601211214016
Binary10100011000011001100010110000101000110100011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283019; }

 p { color: rgb(40,48,25); }

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

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

 a { background-color: rgb(40,48,25); }

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

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

 span { border-color: rgb(40,48,25); }

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