#28430F

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

Shades of Pine Tree #28430F

Tints of Pine Tree #28430F

Color information

#28430F (or 0x28430F) is unknown color: approx Pine Tree. HEX triplet: 28, 43 and 0F. RGB value is (40,67,15). Sum of RGB (Red+Green+Blue) = 40+67+15=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #28430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28430F is #D7BCF0. Grayscale: #353535. Windows color (decimal): -14138609 or 1000232. OLE color: 1000232.

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

Color convert

RGB406715-
CMYK0.4000.780.74
HSL91.15º63.41%16.08%-
HSV(B)91.15º77.61%26.27%-
XYZ2.974.51.16-
YUV53106.55118.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.79%
GREEN value IS 67 (26.56% from 255) = 54.92%
BLUE value IS 15 (6.25% from 255) = 12.30%
R=32.79%
G=54.92%
B=12.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4067150.4000.780.7491.1563.4116.08
Hex2843F2804E4A5b3f10
Octal50103175001161121337720
Binary10100010000111111101000010011101001010101101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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