#304325

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

Shades of Palm Leaf #304325

Tints of Palm Leaf #304325

Color information

#304325 (or 0x304325) is unknown color: approx Palm Leaf. HEX triplet: 30, 43 and 25. RGB value is (48,67,37). Sum of RGB (Red+Green+Blue) = 48+67+37=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #304325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304325 is #CFBCDA. Grayscale: #3A3A3A. Windows color (decimal): -13614299 or 2442032. OLE color: 2442032.

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

Color convert

RGB486737-
CMYK0.2800.450.74
HSL98º28.85%20.39%-
HSV(B)98º44.78%26.27%-
XYZ3.564.782.48-
YUV57.9116.21120.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 67 (26.56% from 255) = 44.08%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=31.58%
G=44.08%
B=24.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867370.2800.450.749828.8520.39
Hex3043251C02D4A621d14
Octal6010345340551121423524
Binary1100001000011100101111000101101100101011000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304325; }

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

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

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

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

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

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

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

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