#305A14

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

Shades of Palm Leaf #305A14

Tints of Palm Leaf #305A14

Color information

#305A14 (or 0x305A14) is unknown color: approx Palm Leaf. HEX triplet: 30, 5A and 14. RGB value is (48,90,20). Sum of RGB (Red+Green+Blue) = 48+90+20=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #305A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305A14 is #CFA5EB. Grayscale: #454545. Windows color (decimal): -13608428 or 1333808. OLE color: 1333808.

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

Color convert

RGB489020-
CMYK0.4700.780.65
HSL96º63.64%21.57%-
HSV(B)96º77.78%35.29%-
XYZ57.991.94-
YUV69.46100.09112.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.38%
GREEN value IS 90 (35.55% from 255) = 56.96%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=30.38%
G=56.96%
B=12.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4890200.4700.780.659663.6421.57
Hex305A142F04E41604016
Octal601322457011610114010026
Binary1100001011010101001011110100111010000011100000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,90,20); }

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

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

 a { background-color: rgb(48,90,20); }

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

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

 span { border-color: rgb(48,90,20); }

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