#30462B

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

Shades of Palm Leaf #30462B

Tints of Palm Leaf #30462B

Color information

#30462B (or 0x30462B) is unknown color: approx Palm Leaf. HEX triplet: 30, 46 and 2B. RGB value is (48,70,43). Sum of RGB (Red+Green+Blue) = 48+70+43=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #30462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30462B is #CFB9D4. Grayscale: #3C3C3C. Windows color (decimal): -13613525 or 2836016. OLE color: 2836016.

HSL color Cylindrical-coordinate representation of color #30462B: hue angle of 108.89º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #30462B is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB487043-
CMYK0.3100.390.73
HSL108.89º23.89%22.16%-
HSV(B)108.89º38.57%27.45%-
XYZ3.855.183.08-
YUV60.34118.21119.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=29.81%
G=43.48%
B=26.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4870430.3100.390.73108.8923.8922.16
Hex30462B1F027496d1816
Octal6010653370471111553026
Binary1100001000110101011111110100111100100111011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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