#283C15

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

Shades of Pine Tree #283C15

Tints of Pine Tree #283C15

Color information

#283C15 (or 0x283C15) is unknown color: approx Pine Tree. HEX triplet: 28, 3C and 15. RGB value is (40,60,21). Sum of RGB (Red+Green+Blue) = 40+60+21=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 60 (23.83% from 255 or 49.59% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 60 - color contains mainly: green. Hex color #283C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283C15 is #D7C3EA. Grayscale: #313131. Windows color (decimal): -14140395 or 1391656. OLE color: 1391656.

HSL color Cylindrical-coordinate representation of color #283C15: hue angle of 90.77º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #283C15 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB406021-
CMYK0.3300.650.76
HSL90.77º48.15%15.88%-
HSV(B)90.77º65%23.53%-
XYZ2.633.741.29-
YUV49.57111.87121.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.06%
GREEN value IS 60 (23.83% from 255) = 49.59%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=33.06%
G=49.59%
B=17.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4060210.3300.650.7690.7748.1515.88
Hex283C15210414C5b3010
Octal5074254101011141336020
Binary10100011110010101100001010000011001100101101111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283C15; }

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

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

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

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

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

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

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

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