#30581A

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

Shades of Palm Leaf #30581A

Tints of Palm Leaf #30581A

Color information

#30581A (or 0x30581A) is unknown color: approx Palm Leaf. HEX triplet: 30, 58 and 1A. RGB value is (48,88,26). Sum of RGB (Red+Green+Blue) = 48+88+26=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #30581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30581A is #CFA7E5. Grayscale: #454545. Windows color (decimal): -13608934 or 1726512. OLE color: 1726512.

HSL color Cylindrical-coordinate representation of color #30581A: hue angle of 98.71º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30581A is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB488826-
CMYK0.4500.700.65
HSL98.71º54.39%22.35%-
HSV(B)98.71º70.45%34.51%-
XYZ4.97.682.2-
YUV68.97103.75113.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 88 (34.77% from 255) = 54.32%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=29.63%
G=54.32%
B=16.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4888260.4500.700.6598.7154.3922.35
Hex30581A2D04641633616
Octal60130325501061011436626
Binary110000101100011010101101010001101000001110001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30581A; }

 p { color: rgb(48,88,26); }

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

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

 a { background-color: rgb(48,88,26); }

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

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

 span { border-color: rgb(48,88,26); }

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