#28450D

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

Shades of Pine Tree #28450D

Tints of Pine Tree #28450D

Color information

#28450D (or 0x28450D) is unknown color: approx Pine Tree. HEX triplet: 28, 45 and 0D. RGB value is (40,69,13). Sum of RGB (Red+Green+Blue) = 40+69+13=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #28450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28450D is #D7BAF2. Grayscale: #363636. Windows color (decimal): -14138099 or 869672. OLE color: 869672.

HSL color Cylindrical-coordinate representation of color #28450D: hue angle of 91.07º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28450D is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB406913-
CMYK0.4200.810.73
HSL91.07º68.29%16.08%-
HSV(B)91.07º81.16%27.06%-
XYZ3.084.741.13-
YUV53.94104.89118.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.79%
GREEN value IS 69 (27.34% from 255) = 56.56%
BLUE value IS 13 (5.47% from 255) = 10.66%
R=32.79%
G=56.56%
B=10.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069130.4200.810.7391.0768.2916.08
Hex2845D2A051495b4410
Octal501051552012111113310420
Binary101000100010111011010100101000110010011011011100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28450D; }

 p { color: rgb(40,69,13); }

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

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

 a { background-color: rgb(40,69,13); }

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

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

 span { border-color: rgb(40,69,13); }

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