#304A27

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

Shades of Palm Leaf #304A27

Tints of Palm Leaf #304A27

Color information

#304A27 (or 0x304A27) is unknown color: approx Palm Leaf. HEX triplet: 30, 4A and 27. RGB value is (48,74,39). Sum of RGB (Red+Green+Blue) = 48+74+39=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #304A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304A27 is #CFB5D8. Grayscale: #3E3E3E. Windows color (decimal): -13612505 or 2574896. OLE color: 2574896.

HSL color Cylindrical-coordinate representation of color #304A27: hue angle of 104.57º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #304A27 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB487439-
CMYK0.3500.470.71
HSL104.57º30.97%22.16%-
HSV(B)104.57º47.3%29.02%-
XYZ4.035.672.8-
YUV62.24114.89117.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 74 (29.30% from 255) = 45.96%
BLUE value IS 39 (15.62% from 255) = 24.22%
R=29.81%
G=45.96%
B=24.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4874390.3500.470.71104.5730.9722.16
Hex304A272302F47691f16
Octal6011247430571071513726
Binary11000010010101001111000110101111100011111010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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