#28341A

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

Shades of Pine Tree #28341A

Tints of Pine Tree #28341A

Color information

#28341A (or 0x28341A) is unknown color: approx Pine Tree. HEX triplet: 28, 34 and 1A. RGB value is (40,52,26). Sum of RGB (Red+Green+Blue) = 40+52+26=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #28341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28341A is #D7CBE5. Grayscale: #2D2D2D. Windows color (decimal): -14142438 or 1717288. OLE color: 1717288.

HSL color Cylindrical-coordinate representation of color #28341A: hue angle of 87.69º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #28341A is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB405226-
CMYK0.2300.500.80
HSL87.69º33.33%15.29%-
HSV(B)87.69º50%20.39%-
XYZ2.292.981.43-
YUV45.45117.02124.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.90%
GREEN value IS 52 (20.70% from 255) = 44.07%
BLUE value IS 26 (10.55% from 255) = 22.03%
R=33.90%
G=44.07%
B=22.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4052260.2300.500.8087.6933.3315.29
Hex28341A17032505821f
Octal506432270621201304117
Binary10100011010011010101110110010101000010110001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28341A; }

 p { color: rgb(40,52,26); }

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

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

 a { background-color: rgb(40,52,26); }

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

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

 span { border-color: rgb(40,52,26); }

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