#305B17

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

Shades of Palm Leaf #305B17

Tints of Palm Leaf #305B17

Color information

#305B17 (or 0x305B17) is unknown color: approx Palm Leaf. HEX triplet: 30, 5B and 17. RGB value is (48,91,23). Sum of RGB (Red+Green+Blue) = 48+91+23=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 91 (35.94% from 255 or 56.17% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 91 - color contains mainly: green. Hex color #305B17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305B17 is #CFA4E8. Grayscale: #464646. Windows color (decimal): -13608169 or 1530672. OLE color: 1530672.

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

Color convert

RGB489123-
CMYK0.4700.750.64
HSL97.94º59.65%22.35%-
HSV(B)97.94º74.73%35.69%-
XYZ5.118.172.12-
YUV70.39101.25112.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 91 (35.94% from 255) = 56.17%
BLUE value IS 23 (9.38% from 255) = 14.20%
R=29.63%
G=56.17%
B=14.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4891230.4700.750.6497.9459.6522.35
Hex305B172F04B40623c16
Octal60133275701131001427426
Binary110000101101110111101111010010111000000110001011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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