#305F10

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

Shades of Palm Leaf #305F10

Tints of Palm Leaf #305F10

Color information

#305F10 (or 0x305F10) is unknown color: approx Palm Leaf. HEX triplet: 30, 5F and 10. RGB value is (48,95,16). Sum of RGB (Red+Green+Blue) = 48+95+16=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 95 (37.5% from 255 or 59.75% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 95 - color contains mainly: green. Hex color #305F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305F10 is #CFA0EF. Grayscale: #484848. Windows color (decimal): -13607152 or 1072944. OLE color: 1072944.

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

Color convert

RGB489516-
CMYK0.4900.830.63
HSL95.7º71.17%21.76%-
HSV(B)95.7º83.16%37.25%-
XYZ5.48.851.91-
YUV71.9496.43110.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 95 (37.5% from 255) = 59.75%
BLUE value IS 16 (6.64% from 255) = 10.06%
R=30.19%
G=59.75%
B=10.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4895160.4900.830.6395.771.1721.76
Hex305F10310533F604716
Octal60137206101237714010726
Binary110000101111110000110001010100111111111100000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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