#305727

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

Shades of Palm Leaf #305727

Tints of Palm Leaf #305727

Color information

#305727 (or 0x305727) is unknown color: approx Palm Leaf. HEX triplet: 30, 57 and 27. RGB value is (48,87,39). Sum of RGB (Red+Green+Blue) = 48+87+39=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #305727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305727 is #CFA8D8. Grayscale: #464646. Windows color (decimal): -13609177 or 2578224. OLE color: 2578224.

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

Color convert

RGB488739-
CMYK0.4500.550.66
HSL108.75º38.1%24.71%-
HSV(B)108.75º55.17%34.12%-
XYZ4.997.593.12-
YUV69.87110.58112.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 87 (34.38% from 255) = 50%
BLUE value IS 39 (15.62% from 255) = 22.41%
R=27.59%
G=50%
B=22.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887390.4500.550.66108.7538.124.71
Hex3057272D037426d2619
Octal6012747550671021554631
Binary110000101011110011110110101101111000010110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305727; }

 p { color: rgb(48,87,39); }

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

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

 a { background-color: rgb(48,87,39); }

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

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

 span { border-color: rgb(48,87,39); }

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