#28390F

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

Shades of Pine Tree #28390F

Tints of Pine Tree #28390F

Color information

#28390F (or 0x28390F) is unknown color: approx Pine Tree. HEX triplet: 28, 39 and 0F. RGB value is (40,57,15). Sum of RGB (Red+Green+Blue) = 40+57+15=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #28390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28390F is #D7C6F0. Grayscale: #2F2F2F. Windows color (decimal): -14141169 or 997672. OLE color: 997672.

HSL color Cylindrical-coordinate representation of color #28390F: hue angle of 84.29º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28390F is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB405715-
CMYK0.3000.740.78
HSL84.29º58.33%14.12%-
HSV(B)84.29º73.68%22.35%-
XYZ2.423.410.98-
YUV47.13109.87122.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.71%
GREEN value IS 57 (22.66% from 255) = 50.89%
BLUE value IS 15 (6.25% from 255) = 13.39%
R=35.71%
G=50.89%
B=13.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4057150.3000.740.7884.2958.3314.12
Hex2839F1E04A4E543ae
Octal5071173601121161247216
Binary10100011100111111111001001010100111010101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,57,15); }

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

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

 a { background-color: rgb(40,57,15); }

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

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

 span { border-color: rgb(40,57,15); }

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