#283B14

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

Shades of Pine Tree #283B14

Tints of Pine Tree #283B14

Color information

#283B14 (or 0x283B14) is unknown color: approx Pine Tree. HEX triplet: 28, 3B and 14. RGB value is (40,59,20). Sum of RGB (Red+Green+Blue) = 40+59+20=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 59 - color contains mainly: green. Hex color #283B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283B14 is #D7C4EB. Grayscale: #313131. Windows color (decimal): -14140652 or 1325864. OLE color: 1325864.

HSL color Cylindrical-coordinate representation of color #283B14: hue angle of 89.23º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #283B14 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB405920-
CMYK0.3200.660.77
HSL89.23º49.37%15.49%-
HSV(B)89.23º66.1%23.14%-
XYZ2.573.631.23-
YUV48.87111.71121.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.61%
GREEN value IS 59 (23.44% from 255) = 49.58%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=33.61%
G=49.58%
B=16.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4059200.3200.660.7789.2349.3715.49
Hex283B14200424D5931f
Octal5073244001021151316117
Binary1010001110111010010000001000010100110110110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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