#30402A

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

Shades of Palm Leaf #30402A

Tints of Palm Leaf #30402A

Color information

#30402A (or 0x30402A) is unknown color: approx Palm Leaf. HEX triplet: 30, 40 and 2A. RGB value is (48,64,42). Sum of RGB (Red+Green+Blue) = 48+64+42=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #30402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30402A is #CFBFD5. Grayscale: #383838. Windows color (decimal): -13615062 or 2768944. OLE color: 2768944.

HSL color Cylindrical-coordinate representation of color #30402A: hue angle of 103.64º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #30402A is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB486442-
CMYK0.2500.340.75
HSL103.64º20.75%20.78%-
HSV(B)103.64º34.38%25.1%-
XYZ3.474.462.87-
YUV56.71119.7121.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 64 (25.39% from 255) = 41.56%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=31.17%
G=41.56%
B=27.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864420.2500.340.75103.6420.7520.78
Hex30402A190224B681515
Octal6010052310421131502525
Binary1100001000000101010110010100010100101111010001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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