#304928

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

Shades of Palm Leaf #304928

Tints of Palm Leaf #304928

Color information

#304928 (or 0x304928) is unknown color: approx Palm Leaf. HEX triplet: 30, 49 and 28. RGB value is (48,73,40). Sum of RGB (Red+Green+Blue) = 48+73+40=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #304928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304928 is #CFB6D7. Grayscale: #3D3D3D. Windows color (decimal): -13612760 or 2640176. OLE color: 2640176.

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

Color convert

RGB487340-
CMYK0.3400.450.71
HSL105.45º29.2%22.16%-
HSV(B)105.45º45.21%28.63%-
XYZ3.985.552.87-
YUV61.76115.72118.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 73 (28.91% from 255) = 45.34%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=29.81%
G=45.34%
B=24.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873400.3400.450.71105.4529.222.16
Hex3049282202D47691d16
Octal6011150420551071513526
Binary11000010010011010001000100101101100011111010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304928; }

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

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

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

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

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

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

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

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