#30482B

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

Shades of Palm Leaf #30482B

Tints of Palm Leaf #30482B

Color information

#30482B (or 0x30482B) is unknown color: approx Palm Leaf. HEX triplet: 30, 48 and 2B. RGB value is (48,72,43). Sum of RGB (Red+Green+Blue) = 48+72+43=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #30482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30482B is #CFB7D4. Grayscale: #3D3D3D. Windows color (decimal): -13613013 or 2836528. OLE color: 2836528.

HSL color Cylindrical-coordinate representation of color #30482B: hue angle of 109.66º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30482B is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB487243-
CMYK0.3300.400.72
HSL109.66º25.22%22.55%-
HSV(B)109.66º40.28%28.24%-
XYZ3.975.443.13-
YUV61.52117.55118.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=29.45%
G=44.17%
B=26.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872430.3300.400.72109.6625.2222.55
Hex30482B21028486e1917
Octal6011053410501101563127
Binary11000010010001010111000010101000100100011011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30482B; }

 p { color: rgb(48,72,43); }

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

<style>
 a { background-color: #30482B; }

 a { background-color: rgb(48,72,43); }

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

<style>
 span { border-color: #30482B; }

 span { border-color: rgb(48,72,43); }

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