#283413

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

Shades of Pine Tree #283413

Tints of Pine Tree #283413

Color information

#283413 (or 0x283413) is unknown color: approx Pine Tree. HEX triplet: 28, 34 and 13. RGB value is (40,52,19). Sum of RGB (Red+Green+Blue) = 40+52+19=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #283413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283413 is #D7CBEC. Grayscale: #2C2C2C. Windows color (decimal): -14142445 or 1258536. OLE color: 1258536.

HSL color Cylindrical-coordinate representation of color #283413: hue angle of 81.82º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #283413 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB405219-
CMYK0.2300.630.80
HSL81.82º46.48%13.92%-
HSV(B)81.82º63.46%20.39%-
XYZ2.222.951.07-
YUV44.65113.52124.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.04%
GREEN value IS 52 (20.70% from 255) = 46.85%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=36.04%
G=46.85%
B=17.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4052190.2300.630.8081.8246.4813.92
Hex2834131703F50522ee
Octal506423270771201225616
Binary10100011010010011101110111111101000010100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283413; }

 p { color: rgb(40,52,19); }

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

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

 a { background-color: rgb(40,52,19); }

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

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

 span { border-color: rgb(40,52,19); }

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