#30422F

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

Shades of Palm Leaf #30422F

Tints of Palm Leaf #30422F

Color information

#30422F (or 0x30422F) is unknown color: approx Palm Leaf. HEX triplet: 30, 42 and 2F. RGB value is (48,66,47). Sum of RGB (Red+Green+Blue) = 48+66+47=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #30422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30422F is #CFBDD0. Grayscale: #3A3A3A. Windows color (decimal): -13614545 or 3097136. OLE color: 3097136.

HSL color Cylindrical-coordinate representation of color #30422F: hue angle of 116.84º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #30422F is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB486647-
CMYK0.2700.290.74
HSL116.84º16.81%22.16%-
HSV(B)116.84º28.79%25.88%-
XYZ3.684.733.41-
YUV58.45121.54120.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=29.81%
G=40.99%
B=29.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866470.2700.290.74116.8416.8122.16
Hex30422F1B01D4A751116
Octal6010257330351121652126
Binary110000100001010111111011011101100101011101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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