#305F11

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

Shades of Palm Leaf #305F11

Tints of Palm Leaf #305F11

Color information

#305F11 (or 0x305F11) is unknown color: approx Palm Leaf. HEX triplet: 30, 5F and 11. RGB value is (48,95,17). Sum of RGB (Red+Green+Blue) = 48+95+17=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 95 (37.5% from 255 or 59.38% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 95 - color contains mainly: green. Hex color #305F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305F11 is #CFA0EE. Grayscale: #484848. Windows color (decimal): -13607151 or 1138480. OLE color: 1138480.

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

Color convert

RGB489517-
CMYK0.4900.820.63
HSL96.15º69.64%21.96%-
HSV(B)96.15º82.11%37.25%-
XYZ5.418.851.95-
YUV72.0596.93110.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 95 (37.5% from 255) = 59.38%
BLUE value IS 17 (7.03% from 255) = 10.62%
R=30%
G=59.38%
B=10.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4895170.4900.820.6396.1569.6421.96
Hex305F11310523F604616
Octal60137216101227714010626
Binary110000101111110001110001010100101111111100000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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