#30591F

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

Shades of Palm Leaf #30591F

Tints of Palm Leaf #30591F

Color information

#30591F (or 0x30591F) is unknown color: approx Palm Leaf. HEX triplet: 30, 59 and 1F. RGB value is (48,89,31). Sum of RGB (Red+Green+Blue) = 48+89+31=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #30591F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30591F is #CFA6E0. Grayscale: #464646. Windows color (decimal): -13608673 or 2054448. OLE color: 2054448.

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

Color convert

RGB488931-
CMYK0.4600.650.65
HSL102.41º48.33%23.53%-
HSV(B)102.41º65.17%34.9%-
XYZ5.047.872.55-
YUV70.13105.92112.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 89 (35.16% from 255) = 52.98%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=28.57%
G=52.98%
B=18.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889310.4600.650.65102.4148.3323.53
Hex30591F2E04141663018
Octal60131375601011011466030
Binary110000101100111111101110010000011000001110011011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30591F; }

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

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

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

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

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

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

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

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