#30502D

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

Shades of Palm Leaf #30502D

Tints of Palm Leaf #30502D

Color information

#30502D (or 0x30502D) is unknown color: approx Palm Leaf. HEX triplet: 30, 50 and 2D. RGB value is (48,80,45). Sum of RGB (Red+Green+Blue) = 48+80+45=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #30502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30502D is #CFAFD2. Grayscale: #424242. Windows color (decimal): -13610963 or 2969648. OLE color: 2969648.

HSL color Cylindrical-coordinate representation of color #30502D: hue angle of 114.86º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30502D is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB488045-
CMYK0.4000.440.69
HSL114.86º28%24.51%-
HSV(B)114.86º43.75%31.37%-
XYZ4.566.563.51-
YUV66.44115.9114.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 80 (31.64% from 255) = 46.24%
BLUE value IS 45 (17.97% from 255) = 26.01%
R=27.75%
G=46.24%
B=26.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880450.4000.440.69114.862824.51
Hex30502D2802C45731c19
Octal6012055500541051633431
Binary11000010100001011011010000101100100010111100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30502D; }

 p { color: rgb(48,80,45); }

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

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

 a { background-color: rgb(48,80,45); }

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

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

 span { border-color: rgb(48,80,45); }

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