#28430E

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

Shades of Pine Tree #28430E

Tints of Pine Tree #28430E

Color information

#28430E (or 0x28430E) is unknown color: approx Pine Tree. HEX triplet: 28, 43 and 0E. RGB value is (40,67,14). Sum of RGB (Red+Green+Blue) = 40+67+14=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #28430E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28430E is #D7BCF1. Grayscale: #353535. Windows color (decimal): -14138610 or 934696. OLE color: 934696.

HSL color Cylindrical-coordinate representation of color #28430E: hue angle of 90.57º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28430E is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB406714-
CMYK0.4000.790.74
HSL90.57º65.43%15.88%-
HSV(B)90.57º79.1%26.27%-
XYZ2.964.51.13-
YUV52.89106.05118.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.06%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=33.06%
G=55.37%
B=11.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4067140.4000.790.7490.5765.4315.88
Hex2843E2804F4A5b4110
Octal501031650011711213310120
Binary101000100001111101010000100111110010101011011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28430E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28430E; }

 p { color: rgb(40,67,14); }

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

<style>
 a { background-color: #28430E; }

 a { background-color: rgb(40,67,14); }

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

<style>
 span { border-color: #28430E; }

 span { border-color: rgb(40,67,14); }

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