#304F21

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

Shades of Palm Leaf #304F21

Tints of Palm Leaf #304F21

Color information

#304F21 (or 0x304F21) is unknown color: approx Palm Leaf. HEX triplet: 30, 4F and 21. RGB value is (48,79,33). Sum of RGB (Red+Green+Blue) = 48+79+33=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 79 (31.25% from 255 or 49.38% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 79 - color contains mainly: green. Hex color #304F21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F21 is #CFB0DE. Grayscale: #404040. Windows color (decimal): -13611231 or 2182960. OLE color: 2182960.

HSL color Cylindrical-coordinate representation of color #304F21: hue angle of 100.43º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304F21 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB487933-
CMYK0.3900.580.69
HSL100.43º41.07%21.96%-
HSV(B)100.43º58.23%30.98%-
XYZ4.296.332.43-
YUV64.49110.23116.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 79 (31.25% from 255) = 49.38%
BLUE value IS 33 (13.28% from 255) = 20.62%
R=30%
G=49.38%
B=20.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4879330.3900.580.69100.4341.0721.96
Hex304F212703A45642916
Octal6011741470721051445126
Binary110000100111110000110011101110101000101110010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,79,33); }

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

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

 a { background-color: rgb(48,79,33); }

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

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

 span { border-color: rgb(48,79,33); }

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