#304921

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

Shades of Palm Leaf #304921

Tints of Palm Leaf #304921

Color information

#304921 (or 0x304921) is unknown color: approx Palm Leaf. HEX triplet: 30, 49 and 21. RGB value is (48,73,33). Sum of RGB (Red+Green+Blue) = 48+73+33=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #304921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304921 is #CFB6DE. Grayscale: #3D3D3D. Windows color (decimal): -13612767 or 2181424. OLE color: 2181424.

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

Color convert

RGB487333-
CMYK0.3400.550.71
HSL97.5º37.74%20.78%-
HSV(B)97.5º54.79%28.63%-
XYZ3.885.52.3-
YUV60.96112.22118.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 73 (28.91% from 255) = 47.40%
BLUE value IS 33 (13.28% from 255) = 21.43%
R=31.17%
G=47.40%
B=21.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873330.3400.550.7197.537.7420.78
Hex3049212203747622615
Octal6011141420671071424625
Binary110000100100110000110001001101111000111110001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304921; }

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

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

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

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

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

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

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

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