#305B10

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

Shades of Palm Leaf #305B10

Tints of Palm Leaf #305B10

Color information

#305B10 (or 0x305B10) is unknown color: approx Palm Leaf. HEX triplet: 30, 5B and 10. RGB value is (48,91,16). Sum of RGB (Red+Green+Blue) = 48+91+16=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 91 (35.94% from 255 or 58.71% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 91 - color contains mainly: green. Hex color #305B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305B10 is #CFA4EF. Grayscale: #454545. Windows color (decimal): -13608176 or 1071920. OLE color: 1071920.

HSL color Cylindrical-coordinate representation of color #305B10: hue angle of 94.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #305B10 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB489116-
CMYK0.4700.820.64
HSL94.4º70.09%20.98%-
HSV(B)94.4º82.42%35.69%-
XYZ5.058.151.8-
YUV69.5997.75112.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 91 (35.94% from 255) = 58.71%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=30.97%
G=58.71%
B=10.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4891160.4700.820.6494.470.0920.98
Hex305B102F052405e4615
Octal601332057012210013610625
Binary1100001011011100001011110101001010000001011110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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