#30402F

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

Shades of Palm Leaf #30402F

Tints of Palm Leaf #30402F

Color information

#30402F (or 0x30402F) is unknown color: approx Palm Leaf. HEX triplet: 30, 40 and 2F. RGB value is (48,64,47). Sum of RGB (Red+Green+Blue) = 48+64+47=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 64 - color contains mainly: green. Hex color #30402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30402F is #CFBFD0. Grayscale: #393939. Windows color (decimal): -13615057 or 3096624. OLE color: 3096624.

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

Color convert

RGB486447-
CMYK0.2500.270.75
HSL116.47º15.32%21.76%-
HSV(B)116.47º26.56%25.1%-
XYZ3.574.53.37-
YUV57.28122.2121.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=30.19%
G=40.25%
B=29.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864470.2500.270.75116.4715.3221.76
Hex30402F1901B4B74f16
Octal6010057310331131641726
Binary11000010000001011111100101101110010111110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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