#303921

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

Shades of Pine Tree #303921

Tints of Pine Tree #303921

Color information

#303921 (or 0x303921) is unknown color: approx Pine Tree. HEX triplet: 30, 39 and 21. RGB value is (48,57,33). Sum of RGB (Red+Green+Blue) = 48+57+33=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #303921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303921 is #CFC6DE. Grayscale: #333333. Windows color (decimal): -13616863 or 2177328. OLE color: 2177328.

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

Color convert

RGB485733-
CMYK0.1600.420.78
HSL82.5º26.67%17.65%-
HSV(B)82.5º42.11%22.35%-
XYZ2.963.661.99-
YUV51.57117.52125.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=34.78%
G=41.30%
B=23.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4857330.1600.420.7882.526.6717.65
Hex3039211002A4E521b12
Octal607141200521161223322
Binary110000111001100001100000101010100111010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303921; }

 p { color: rgb(48,57,33); }

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

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

 a { background-color: rgb(48,57,33); }

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

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

 span { border-color: rgb(48,57,33); }

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