Html Css Color HEX #30562A Palm Leaf

📋 copy color: '#30562A'

red 48 ◦ green 86 ◦ blue 42

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

Shades of Palm Leaf #30562A

Tints of Palm Leaf #30562A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.86%

 BLUE value IS 42 (16.8% from 255) = 23.86%

R = 27.27%
G = 48.86%
B = 23.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#30562A (or 0x30562A) is known color: Palm Leaf. HEX triplet: 30, 56 and 2A. RGB value is (48,86,42). Sum of RGB (Red+Green+Blue) = 48+86+42=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #30562A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30562A is #CFA9D5. Grayscale: #454545. Windows color (decimal): -13609430 or 2774576. OLE color: 2774576.

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

Color convert

RGB 48 86 42 -
CMYK 0.44 0 0.51 0.66
HSL 111.82º 0.34% 0.25% -
HSV(B) 111.82º 0.51% 0.34% -
XYZ 4.96 7.45 3.37 -
YUV 69.62 112.41 112.58 -
System Red Green Blue C M Y K H S L
Decimal 48 86 42 0.44 0 0.51 0.66 111.82 0.34 0.25
Hex 30 56 2A 2C 0 33 42 70 22 19
Octal 60 126 52 54 0 63 102 160 42 31
Binary 110000 1010110 101010 101100 0 110011 1000010 1110000 100010 11001

Color Harmonies of #30562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30562A

Black with #30562A

Text Example


Text Example

White with #30562A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30562A;
 }
 .AnyTagClassName
 {
   color: #30562A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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