#303A21

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

Shades of Pine Tree #303A21

Tints of Pine Tree #303A21

Color information

#303A21 (or 0x303A21) is unknown color: approx Pine Tree. HEX triplet: 30, 3A and 21. RGB value is (48,58,33). Sum of RGB (Red+Green+Blue) = 48+58+33=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 58 - color contains mainly: green. Hex color #303A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A21 is #CFC5DE. Grayscale: #343434. Windows color (decimal): -13616607 or 2177584. OLE color: 2177584.

HSL color Cylindrical-coordinate representation of color #303A21: hue angle of 84º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #303A21 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.77.

Color convert

RGB485833-
CMYK0.1700.430.77
HSL84º27.47%17.84%-
HSV(B)84º43.1%22.75%-
XYZ3.013.762.01-
YUV52.16117.19125.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 58 (23.05% from 255) = 41.73%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=34.53%
G=41.73%
B=23.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4858330.1700.430.778427.4717.84
Hex303A211102B4D541b12
Octal607241210531151243322
Binary110000111010100001100010101011100110110101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303A21; }

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

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

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

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

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

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

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

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