#283D14

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

Shades of Pine Tree #283D14

Tints of Pine Tree #283D14

Color information

#283D14 (or 0x283D14) is unknown color: approx Pine Tree. HEX triplet: 28, 3D and 14. RGB value is (40,61,20). Sum of RGB (Red+Green+Blue) = 40+61+20=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 61 (24.22% from 255 or 50.41% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 61 - color contains mainly: green. Hex color #283D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283D14 is #D7C2EB. Grayscale: #323232. Windows color (decimal): -14140140 or 1326376. OLE color: 1326376.

HSL color Cylindrical-coordinate representation of color #283D14: hue angle of 90.73º degrees, saturation: 0.51, 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 #283D14 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB406120-
CMYK0.3400.670.76
HSL90.73º50.62%15.88%-
HSV(B)90.73º67.21%23.92%-
XYZ2.673.841.26-
YUV50.05111.04120.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.06%
GREEN value IS 61 (24.22% from 255) = 50.41%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=33.06%
G=50.41%
B=16.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4061200.3400.670.7690.7350.6215.88
Hex283D14220434C5b3310
Octal5075244201031141336320
Binary10100011110110100100010010000111001100101101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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