#30452A

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

Shades of Palm Leaf #30452A

Tints of Palm Leaf #30452A

Color information

#30452A (or 0x30452A) is unknown color: approx Palm Leaf. HEX triplet: 30, 45 and 2A. RGB value is (48,69,42). Sum of RGB (Red+Green+Blue) = 48+69+42=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #30452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30452A is #CFBAD5. Grayscale: #3B3B3B. Windows color (decimal): -13613782 or 2770224. OLE color: 2770224.

HSL color Cylindrical-coordinate representation of color #30452A: hue angle of 106.67º 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 #30452A is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB486942-
CMYK0.3000.390.73
HSL106.67º24.32%21.76%-
HSV(B)106.67º39.13%27.06%-
XYZ3.765.052.97-
YUV59.64118.04119.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=30.19%
G=43.40%
B=26.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869420.3000.390.73106.6724.3221.76
Hex30452A1E027496b1816
Octal6010552360471111533026
Binary1100001000101101010111100100111100100111010111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30452A; }

 p { color: rgb(48,69,42); }

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

<style>
 a { background-color: #30452A; }

 a { background-color: rgb(48,69,42); }

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

<style>
 span { border-color: #30452A; }

 span { border-color: rgb(48,69,42); }

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