#304D27

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

Shades of Palm Leaf #304D27

Tints of Palm Leaf #304D27

Color information

#304D27 (or 0x304D27) is unknown color: approx Palm Leaf. HEX triplet: 30, 4D and 27. RGB value is (48,77,39). Sum of RGB (Red+Green+Blue) = 48+77+39=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #304D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D27 is #CFB2D8. Grayscale: #404040. Windows color (decimal): -13611737 or 2575664. OLE color: 2575664.

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

Color convert

RGB487739-
CMYK0.3800.490.70
HSL105.79º32.76%22.75%-
HSV(B)105.79º49.35%30.2%-
XYZ4.246.082.87-
YUV64113.89116.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 77 (30.47% from 255) = 46.95%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=29.27%
G=46.95%
B=23.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4877390.3800.490.70105.7932.7622.75
Hex304D2726031466a2117
Octal6011547460611061524127
Binary110000100110110011110011001100011000110110101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,77,39); }

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

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

 a { background-color: rgb(48,77,39); }

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

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

 span { border-color: rgb(48,77,39); }

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