#304725

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

Shades of Palm Leaf #304725

Tints of Palm Leaf #304725

Color information

#304725 (or 0x304725) is unknown color: approx Palm Leaf. HEX triplet: 30, 47 and 25. RGB value is (48,71,37). Sum of RGB (Red+Green+Blue) = 48+71+37=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #304725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304725 is #CFB8DA. Grayscale: #3C3C3C. Windows color (decimal): -13613275 or 2443056. OLE color: 2443056.

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

Color convert

RGB487137-
CMYK0.3200.480.72
HSL100.59º31.48%21.18%-
HSV(B)100.59º47.89%27.84%-
XYZ3.815.272.57-
YUV60.25114.88119.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.77%
GREEN value IS 71 (28.12% from 255) = 45.51%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=30.77%
G=45.51%
B=23.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4871370.3200.480.72100.5931.4821.18
Hex3047252003048651f15
Octal6010745400601101453725
Binary11000010001111001011000000110000100100011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304725; }

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

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

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

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

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

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

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

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