Html Css Color HEX #30522B Palm Leaf

📋 copy color: '#30522B'

red 48 ◦ green 82 ◦ blue 43

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

Shades of Palm Leaf #30522B

Tints of Palm Leaf #30522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.86%

R = 27.75%
G = 47.4%
B = 24.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#30522B (or 0x30522B) is known color: Palm Leaf. HEX triplet: 30, 52 and 2B. RGB value is (48,82,43). Sum of RGB (Red+Green+Blue) = 48+82+43=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #30522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30522B is #CFADD4. Grayscale: #434343. Windows color (decimal): -13610453 or 2839088. OLE color: 2839088.

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

Color convert

RGB 48 82 43 -
CMYK 0.41 0 0.48 0.68
HSL 112.31º 0.31% 0.25% -
HSV(B) 112.31º 0.48% 0.32% -
XYZ 4.67 6.84 3.36 -
YUV 67.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 48 82 43 0.41 0 0.48 0.68 112.31 0.31 0.25
Hex 30 52 2B 29 0 30 44 70 1F 19
Octal 60 122 53 51 0 60 104 160 37 31
Binary 110000 1010010 101011 101001 0 110000 1000100 1110000 11111 11001

Color Harmonies of #30522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30522B

Black with #30522B

Text Example


Text Example

White with #30522B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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