#303824

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

Shades of Pine Tree #303824

Tints of Pine Tree #303824

Color information

#303824 (or 0x303824) is unknown color: approx Pine Tree. HEX triplet: 30, 38 and 24. RGB value is (48,56,36). Sum of RGB (Red+Green+Blue) = 48+56+36=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 56 - color contains mainly: green. Hex color #303824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303824 is #CFC7DB. Grayscale: #333333. Windows color (decimal): -13617116 or 2373680. OLE color: 2373680.

HSL color Cylindrical-coordinate representation of color #303824: hue angle of 84º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #303824 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB485636-
CMYK0.1400.360.78
HSL84º21.74%18.04%-
HSV(B)84º35.71%21.96%-
XYZ2.953.582.21-
YUV51.33119.35125.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 36 (14.45% from 255) = 25.71%
R=34.29%
G=40%
B=25.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4856360.1400.360.788421.7418.04
Hex303824E0244E541612
Octal607044160441161242622
Binary11000011100010010011100100100100111010101001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303824; }

 p { color: rgb(48,56,36); }

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

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

 a { background-color: rgb(48,56,36); }

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

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

 span { border-color: rgb(48,56,36); }

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