#304822

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

Shades of Palm Leaf #304822

Tints of Palm Leaf #304822

Color information

#304822 (or 0x304822) is unknown color: approx Palm Leaf. HEX triplet: 30, 48 and 22. RGB value is (48,72,34). Sum of RGB (Red+Green+Blue) = 48+72+34=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #304822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304822 is #CFB7DD. Grayscale: #3C3C3C. Windows color (decimal): -13613022 or 2246704. OLE color: 2246704.

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

Color convert

RGB487234-
CMYK0.3300.530.72
HSL97.89º35.85%20.78%-
HSV(B)97.89º52.78%28.24%-
XYZ3.835.382.35-
YUV60.49113.05119.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 72 (28.52% from 255) = 46.75%
BLUE value IS 34 (13.67% from 255) = 22.08%
R=31.17%
G=46.75%
B=22.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872340.3300.530.7297.8935.8520.78
Hex3048222103548622415
Octal6011042410651101424425
Binary110000100100010001010000101101011001000110001010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304822; }

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

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

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

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

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

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

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

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