#30432F

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

Shades of Palm Leaf #30432F

Tints of Palm Leaf #30432F

Color information

#30432F (or 0x30432F) is unknown color: approx Palm Leaf. HEX triplet: 30, 43 and 2F. RGB value is (48,67,47). Sum of RGB (Red+Green+Blue) = 48+67+47=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 67 - color contains mainly: green. Hex color #30432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30432F is #CFBCD0. Grayscale: #3B3B3B. Windows color (decimal): -13614289 or 3097392. OLE color: 3097392.

HSL color Cylindrical-coordinate representation of color #30432F: hue angle of 117º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #30432F is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB486747-
CMYK0.2800.300.74
HSL117º17.54%22.35%-
HSV(B)117º29.85%26.27%-
XYZ3.744.853.43-
YUV59.04121.21120.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 67 (26.56% from 255) = 41.36%
BLUE value IS 47 (18.75% from 255) = 29.01%
R=29.63%
G=41.36%
B=29.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867470.2800.300.7411717.5422.35
Hex30432F1C01E4A751216
Octal6010357340361121652226
Binary110000100001110111111100011110100101011101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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