#30511C

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

Shades of Palm Leaf #30511C

Tints of Palm Leaf #30511C

Color information

#30511C (or 0x30511C) is unknown color: approx Palm Leaf. HEX triplet: 30, 51 and 1C. RGB value is (48,81,28). Sum of RGB (Red+Green+Blue) = 48+81+28=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #30511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30511C is #CFAEE3. Grayscale: #414141. Windows color (decimal): -13610724 or 1855792. OLE color: 1855792.

HSL color Cylindrical-coordinate representation of color #30511C: hue angle of 97.36º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30511C is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB488128-
CMYK0.4100.650.68
HSL97.36º48.62%21.37%-
HSV(B)97.36º65.43%31.76%-
XYZ4.376.62.14-
YUV65.09107.07115.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.57%
GREEN value IS 81 (32.03% from 255) = 51.59%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=30.57%
G=51.59%
B=17.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4881280.4100.650.6897.3648.6221.37
Hex30511C2904144613115
Octal60121345101011041416125
Binary110000101000111100101001010000011000100110000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30511C; }

 p { color: rgb(48,81,28); }

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

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

 a { background-color: rgb(48,81,28); }

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

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

 span { border-color: rgb(48,81,28); }

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