#304225

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

Shades of Palm Leaf #304225

Tints of Palm Leaf #304225

Color information

#304225 (or 0x304225) is unknown color: approx Palm Leaf. HEX triplet: 30, 42 and 25. RGB value is (48,66,37). Sum of RGB (Red+Green+Blue) = 48+66+37=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #304225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304225 is #CFBDDA. Grayscale: #393939. Windows color (decimal): -13614555 or 2441776. OLE color: 2441776.

HSL color Cylindrical-coordinate representation of color #304225: hue angle of 97.24º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304225 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB486637-
CMYK0.2700.440.74
HSL97.24º28.16%20.2%-
HSV(B)97.24º43.94%25.88%-
XYZ3.54.662.46-
YUV57.31116.54121.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 66 (26.17% from 255) = 43.71%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=31.79%
G=43.71%
B=24.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866370.2700.440.7497.2428.1620.2
Hex3042251B02C4A611c14
Octal6010245330541121413424
Binary1100001000010100101110110101100100101011000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304225; }

 p { color: rgb(48,66,37); }

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

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

 a { background-color: rgb(48,66,37); }

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

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

 span { border-color: rgb(48,66,37); }

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