#283914

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

Shades of Pine Tree #283914

Tints of Pine Tree #283914

Color information

#283914 (or 0x283914) is unknown color: approx Pine Tree. HEX triplet: 28, 39 and 14. RGB value is (40,57,20). Sum of RGB (Red+Green+Blue) = 40+57+20=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #283914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283914 is #D7C6EB. Grayscale: #2F2F2F. Windows color (decimal): -14141164 or 1325352. OLE color: 1325352.

HSL color Cylindrical-coordinate representation of color #283914: hue angle of 87.57º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #283914 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB405720-
CMYK0.3000.650.78
HSL87.57º48.05%15.1%-
HSV(B)87.57º64.91%22.35%-
XYZ2.463.431.19-
YUV47.7112.37122.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.19%
GREEN value IS 57 (22.66% from 255) = 48.72%
BLUE value IS 20 (8.20% from 255) = 17.09%
R=34.19%
G=48.72%
B=17.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4057200.3000.650.7887.5748.0515.1
Hex2839141E0414E5830f
Octal5071243601011161306017
Binary101000111001101001111001000001100111010110001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283914; }

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

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

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

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

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

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

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

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