#283C14

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

Shades of Pine Tree #283C14

Tints of Pine Tree #283C14

Color information

#283C14 (or 0x283C14) is unknown color: approx Pine Tree. HEX triplet: 28, 3C and 14. RGB value is (40,60,20). Sum of RGB (Red+Green+Blue) = 40+60+20=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 60 (23.83% from 255 or 50% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 60 - color contains mainly: green. Hex color #283C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283C14 is #D7C3EB. Grayscale: #313131. Windows color (decimal): -14140396 or 1326120. OLE color: 1326120.

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

Color convert

RGB406020-
CMYK0.3300.670.76
HSL90º50%15.69%-
HSV(B)90º66.67%23.53%-
XYZ2.623.731.24-
YUV49.46111.37121.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.33%
GREEN value IS 60 (23.83% from 255) = 50%
BLUE value IS 20 (8.20% from 255) = 16.67%
R=33.33%
G=50%
B=16.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4060200.3300.670.76905015.69
Hex283C14210434C5a3210
Octal5074244101031141326220
Binary10100011110010100100001010000111001100101101011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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