#283515

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

Shades of Pine Tree #283515

Tints of Pine Tree #283515

Color information

#283515 (or 0x283515) is unknown color: approx Pine Tree. HEX triplet: 28, 35 and 15. RGB value is (40,53,21). Sum of RGB (Red+Green+Blue) = 40+53+21=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 53 - color contains mainly: green. Hex color #283515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283515 is #D7CAEA. Grayscale: #2D2D2D. Windows color (decimal): -14142187 or 1389864. OLE color: 1389864.

HSL color Cylindrical-coordinate representation of color #283515: hue angle of 84.38º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #283515 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB405321-
CMYK0.2500.600.79
HSL84.38º43.24%14.51%-
HSV(B)84.38º60.38%20.78%-
XYZ2.283.051.18-
YUV45.46114.19124.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.09%
GREEN value IS 53 (21.09% from 255) = 46.49%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=35.09%
G=46.49%
B=18.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4053210.2500.600.7984.3843.2414.51
Hex2835151903C4F542bf
Octal506525310741171245317
Binary10100011010110101110010111100100111110101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283515; }

 p { color: rgb(40,53,21); }

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

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

 a { background-color: rgb(40,53,21); }

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

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

 span { border-color: rgb(40,53,21); }

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