#305922

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

Shades of Palm Leaf #305922

Tints of Palm Leaf #305922

Color information

#305922 (or 0x305922) is unknown color: approx Palm Leaf. HEX triplet: 30, 59 and 22. RGB value is (48,89,34). Sum of RGB (Red+Green+Blue) = 48+89+34=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 89 (35.16% from 255 or 52.05% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 89 - color contains mainly: green. Hex color #305922 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305922 is #CFA6DD. Grayscale: #464646. Windows color (decimal): -13608670 or 2251056. OLE color: 2251056.

HSL color Cylindrical-coordinate representation of color #305922: hue angle of 104.73º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #305922 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB488934-
CMYK0.4600.620.65
HSL104.73º44.72%24.12%-
HSV(B)104.73º61.8%34.9%-
XYZ5.087.892.77-
YUV70.47107.42111.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 89 (35.16% from 255) = 52.05%
BLUE value IS 34 (13.67% from 255) = 19.88%
R=28.07%
G=52.05%
B=19.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889340.4600.620.65104.7344.7224.12
Hex3059222E03E41692d18
Octal6013142560761011515530
Binary110000101100110001010111001111101000001110100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305922; }

 p { color: rgb(48,89,34); }

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

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

 a { background-color: rgb(48,89,34); }

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

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

 span { border-color: rgb(48,89,34); }

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