#304C28

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

Shades of Palm Leaf #304C28

Tints of Palm Leaf #304C28

Color information

#304C28 (or 0x304C28) is unknown color: approx Palm Leaf. HEX triplet: 30, 4C and 28. RGB value is (48,76,40). Sum of RGB (Red+Green+Blue) = 48+76+40=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #304C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C28 is #CFB3D7. Grayscale: #3F3F3F. Windows color (decimal): -13611992 or 2640944. OLE color: 2640944.

HSL color Cylindrical-coordinate representation of color #304C28: hue angle of 106.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #304C28 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB487640-
CMYK0.3700.470.70
HSL106.67º31.03%22.75%-
HSV(B)106.67º47.37%29.8%-
XYZ4.195.952.94-
YUV63.52114.72116.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 76 (30.08% from 255) = 46.34%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=29.27%
G=46.34%
B=24.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876400.3700.470.70106.6731.0322.75
Hex304C282502F466b1f17
Octal6011450450571061533727
Binary11000010011001010001001010101111100011011010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304C28; }

 p { color: rgb(48,76,40); }

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

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

 a { background-color: rgb(48,76,40); }

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

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

 span { border-color: rgb(48,76,40); }

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