Html Css Color HEX #30522D Palm Leaf

📋 copy color: '#30522D'

red 48 ◦ green 82 ◦ blue 45

#30522D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #30522D

Tints of Palm Leaf #30522D

RGB

 RED value IS 48 (19.14% from 255) = 27.43%

 GREEN value IS 82 (32.42% from 255) = 46.86%

 BLUE value IS 45 (17.97% from 255) = 25.71%

R = 27.43%
G = 46.86%
B = 25.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#30522D (or 0x30522D) is known color: Palm Leaf. HEX triplet: 30, 52 and 2D. RGB value is (48,82,45). Sum of RGB (Red+Green+Blue) = 48+82+45=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #30522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30522D is #CFADD2. Grayscale: #434343. Windows color (decimal): -13610451 or 2970160. OLE color: 2970160.

HSL color Cylindrical-coordinate representation of color #30522D: hue angle of 115.14º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30522D is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 82 45 -
CMYK 0.41 0 0.45 0.68
HSL 115.14º 0.29% 0.25% -
HSV(B) 115.14º 0.45% 0.32% -
XYZ 4.71 6.85 3.56 -
YUV 67.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 48 82 45 0.41 0 0.45 0.68 115.14 0.29 0.25
Hex 30 52 2D 29 0 2D 44 73 1D 19
Octal 60 122 55 51 0 55 104 163 35 31
Binary 110000 1010010 101101 101001 0 101101 1000100 1110011 11101 11001

Color Harmonies of #30522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30522D

Black with #30522D

Text Example


Text Example

White with #30522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30522D; }

 p { color: rgb(48,82,45); }

 H1.HeaderClassName
 {
   color: #30522D;
 }
 .AnyTagClassName
 {
   color: #30522D;
 }
</style>

background-color css

<style>
 a { background-color: #30522D; }

 a { background-color: rgb(48,82,45); }

 div.DivClassName
 {
   background-color: #30522D;
 }
 .BgClassName
 {
   background-color: #30522D;
 }
</style>

border-color css

<style>
 span { border-color: #30522D; }

 span { border-color: rgb(48,82,45); }

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