#305F15

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

Shades of Palm Leaf #305F15

Tints of Palm Leaf #305F15

Color information

#305F15 (or 0x305F15) is unknown color: approx Palm Leaf. HEX triplet: 30, 5F and 15. RGB value is (48,95,21). Sum of RGB (Red+Green+Blue) = 48+95+21=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 95 (37.5% from 255 or 57.93% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 95 - color contains mainly: green. Hex color #305F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305F15 is #CFA0EA. Grayscale: #484848. Windows color (decimal): -13607147 or 1400624. OLE color: 1400624.

HSL color Cylindrical-coordinate representation of color #305F15: hue angle of 98.11º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305F15 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB489521-
CMYK0.4900.780.63
HSL98.11º63.79%22.75%-
HSV(B)98.11º77.89%37.25%-
XYZ5.458.872.13-
YUV72.5198.93110.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 95 (37.5% from 255) = 57.93%
BLUE value IS 21 (8.59% from 255) = 12.80%
R=29.27%
G=57.93%
B=12.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4895210.4900.780.6398.1163.7922.75
Hex305F153104E3F624017
Octal60137256101167714210027
Binary110000101111110101110001010011101111111100010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305F15; }

 p { color: rgb(48,95,21); }

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

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

 a { background-color: rgb(48,95,21); }

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

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

 span { border-color: rgb(48,95,21); }

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