#30492F

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

Shades of Palm Leaf #30492F

Tints of Palm Leaf #30492F

Color information

#30492F (or 0x30492F) is unknown color: approx Palm Leaf. HEX triplet: 30, 49 and 2F. RGB value is (48,73,47). Sum of RGB (Red+Green+Blue) = 48+73+47=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #30492F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30492F is #CFB6D0. Grayscale: #3E3E3E. Windows color (decimal): -13612753 or 3098928. OLE color: 3098928.

HSL color Cylindrical-coordinate representation of color #30492F: hue angle of 117.69º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #30492F is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB487347-
CMYK0.3400.360.71
HSL117.69º21.67%23.53%-
HSV(B)117.69º35.62%28.63%-
XYZ4.115.63.55-
YUV62.56119.22117.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 73 (28.91% from 255) = 43.45%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=28.57%
G=43.45%
B=27.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873470.3400.360.71117.6921.6723.53
Hex30492F2202447761618
Octal6011157420441071662630
Binary11000010010011011111000100100100100011111101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,73,47); }

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

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

 a { background-color: rgb(48,73,47); }

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

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

 span { border-color: rgb(48,73,47); }

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