#28370F

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

Shades of Pine Tree #28370F

Tints of Pine Tree #28370F

Color information

#28370F (or 0x28370F) is unknown color: approx Pine Tree. HEX triplet: 28, 37 and 0F. RGB value is (40,55,15). Sum of RGB (Red+Green+Blue) = 40+55+15=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #28370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28370F is #D7C8F0. Grayscale: #2E2E2E. Windows color (decimal): -14141681 or 997160. OLE color: 997160.

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

Color convert

RGB405515-
CMYK0.2700.730.78
HSL82.5º57.14%13.73%-
HSV(B)82.5º72.73%21.57%-
XYZ2.333.220.95-
YUV45.96110.53123.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.36%
GREEN value IS 55 (21.88% from 255) = 50%
BLUE value IS 15 (6.25% from 255) = 13.64%
R=36.36%
G=50%
B=13.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4055150.2700.730.7882.557.1413.73
Hex2837F1B0494E5239e
Octal5067173301111161227116
Binary10100011011111111101101001001100111010100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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