#304C1E

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

Shades of Palm Leaf #304C1E

Tints of Palm Leaf #304C1E

Color information

#304C1E (or 0x304C1E) is unknown color: approx Palm Leaf. HEX triplet: 30, 4C and 1E. RGB value is (48,76,30). Sum of RGB (Red+Green+Blue) = 48+76+30=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #304C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C1E is #CFB3E1. Grayscale: #3E3E3E. Windows color (decimal): -13612002 or 1985584. OLE color: 1985584.

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

Color convert

RGB487630-
CMYK0.3700.610.70
HSL96.52º43.4%20.78%-
HSV(B)96.52º60.53%29.8%-
XYZ4.045.892.15-
YUV62.38109.72117.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 76 (30.08% from 255) = 49.35%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=31.17%
G=49.35%
B=19.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876300.3700.610.7096.5243.420.78
Hex304C1E2503D46612b15
Octal6011436450751061415325
Binary11000010011001111010010101111011000110110000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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