#283C12

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

Shades of Pine Tree #283C12

Tints of Pine Tree #283C12

Color information

#283C12 (or 0x283C12) is unknown color: approx Pine Tree. HEX triplet: 28, 3C and 12. RGB value is (40,60,18). Sum of RGB (Red+Green+Blue) = 40+60+18=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 60 (23.83% from 255 or 50.85% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 60 - color contains mainly: green. Hex color #283C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283C12 is #D7C3ED. Grayscale: #313131. Windows color (decimal): -14140398 or 1195048. OLE color: 1195048.

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

Color convert

RGB406018-
CMYK0.3300.70.76
HSL88.57º53.85%15.29%-
HSV(B)88.57º70%23.53%-
XYZ2.63.731.15-
YUV49.23110.37121.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.90%
GREEN value IS 60 (23.83% from 255) = 50.85%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=33.90%
G=50.85%
B=15.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4060180.3300.70.7688.5753.8515.29
Hex283C12210464C5936f
Octal5074224101061141316617
Binary1010001111001001010000101000110100110010110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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