#30551F

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

Shades of Palm Leaf #30551F

Tints of Palm Leaf #30551F

Color information

#30551F (or 0x30551F) is unknown color: approx Palm Leaf. HEX triplet: 30, 55 and 1F. RGB value is (48,85,31). Sum of RGB (Red+Green+Blue) = 48+85+31=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #30551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30551F is #CFAAE0. Grayscale: #434343. Windows color (decimal): -13609697 or 2053424. OLE color: 2053424.

HSL color Cylindrical-coordinate representation of color #30551F: hue angle of 101.11º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30551F is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB488531-
CMYK0.4400.640.67
HSL101.11º46.55%22.75%-
HSV(B)101.11º63.53%33.33%-
XYZ4.717.222.44-
YUV67.78107.24113.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 31 (12.5% from 255) = 18.90%
R=29.27%
G=51.83%
B=18.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885310.4400.640.67101.1146.5522.75
Hex30551F2C04043652f17
Octal60125375401001031455727
Binary110000101010111111101100010000001000011110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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