#304929

Color #304929 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #304929

Tints of Palm Leaf #304929

Color information

#304929 (or 0x304929) is unknown color: approx Palm Leaf. HEX triplet: 30, 49 and 29. RGB value is (48,73,41). Sum of RGB (Red+Green+Blue) = 48+73+41=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #304929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304929 is #CFB6D6. Grayscale: #3D3D3D. Windows color (decimal): -13612759 or 2705712. OLE color: 2705712.

HSL color Cylindrical-coordinate representation of color #304929: hue angle of 106.88º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304929 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB487341-
CMYK0.3400.440.71
HSL106.88º28.07%22.35%-
HSV(B)106.88º43.84%28.63%-
XYZ45.552.96-
YUV61.88116.22118.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=29.63%
G=45.06%
B=25.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873410.3400.440.71106.8828.0722.35
Hex3049292202C476b1c16
Octal6011151420541071533426
Binary11000010010011010011000100101100100011111010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304929; }

 p { color: rgb(48,73,41); }

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

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

 a { background-color: rgb(48,73,41); }

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

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

 span { border-color: rgb(48,73,41); }

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