#304828

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

Shades of Palm Leaf #304828

Tints of Palm Leaf #304828

Color information

#304828 (or 0x304828) is unknown color: approx Palm Leaf. HEX triplet: 30, 48 and 28. RGB value is (48,72,40). Sum of RGB (Red+Green+Blue) = 48+72+40=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #304828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304828 is #CFB7D7. Grayscale: #3D3D3D. Windows color (decimal): -13613016 or 2639920. OLE color: 2639920.

HSL color Cylindrical-coordinate representation of color #304828: hue angle of 105º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304828 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB487240-
CMYK0.3300.440.72
HSL105º28.57%21.96%-
HSV(B)105º44.44%28.24%-
XYZ3.925.422.85-
YUV61.18116.05118.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 72 (28.52% from 255) = 45%
BLUE value IS 40 (16.02% from 255) = 25%
R=30%
G=45%
B=25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872400.3300.440.7210528.5721.96
Hex3048282102C48691d16
Octal6011050410541101513526
Binary11000010010001010001000010101100100100011010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304828; }

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

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

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

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

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

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

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

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