#304C1D

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

Shades of Palm Leaf #304C1D

Tints of Palm Leaf #304C1D

Color information

#304C1D (or 0x304C1D) is unknown color: approx Palm Leaf. HEX triplet: 30, 4C and 1D. RGB value is (48,76,29). Sum of RGB (Red+Green+Blue) = 48+76+29=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #304C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C1D is #CFB3E2. Grayscale: #3E3E3E. Windows color (decimal): -13612003 or 1920048. OLE color: 1920048.

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

Color convert

RGB487629-
CMYK0.3700.620.70
HSL95.74º44.76%20.59%-
HSV(B)95.74º61.84%29.8%-
XYZ4.035.892.09-
YUV62.27109.22117.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.37%
GREEN value IS 76 (30.08% from 255) = 49.67%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=31.37%
G=49.67%
B=18.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876290.3700.620.7095.7444.7620.59
Hex304C1D2503E46602d15
Octal6011435450761061405525
Binary11000010011001110110010101111101000110110000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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