#28360F

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

Shades of Pine Tree #28360F

Tints of Pine Tree #28360F

Color information

#28360F (or 0x28360F) is unknown color: approx Pine Tree. HEX triplet: 28, 36 and 0F. RGB value is (40,54,15). Sum of RGB (Red+Green+Blue) = 40+54+15=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #28360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28360F is #D7C9F0. Grayscale: #2D2D2D. Windows color (decimal): -14141937 or 996904. OLE color: 996904.

HSL color Cylindrical-coordinate representation of color #28360F: hue angle of 81.54º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28360F is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB405415-
CMYK0.2600.720.79
HSL81.54º56.52%13.53%-
HSV(B)81.54º72.22%21.18%-
XYZ2.283.120.93-
YUV45.37110.86124.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.70%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 15 (6.25% from 255) = 13.76%
R=36.70%
G=49.54%
B=13.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4054150.2600.720.7981.5456.5213.53
Hex2836F1A0484F5239e
Octal5066173201101171227116
Binary10100011011011111101001001000100111110100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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