Html Css Color HEX #30561E Palm Leaf

📋 copy color: '#30561E'

red 48 ◦ green 86 ◦ blue 30

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

Shades of Palm Leaf #30561E

Tints of Palm Leaf #30561E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.29%

R = 29.27%
G = 52.44%
B = 18.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#30561E (or 0x30561E) is known color: Palm Leaf. HEX triplet: 30, 56 and 1E. RGB value is (48,86,30). Sum of RGB (Red+Green+Blue) = 48+86+30=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 86 (33.98% from 255 or 52.44% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 86 - color contains mainly: green. Hex color #30561E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30561E is #CFA9E1. Grayscale: #444444. Windows color (decimal): -13609442 or 1988144. OLE color: 1988144.

HSL color Cylindrical-coordinate representation of color #30561E: hue angle of 100.71º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30561E is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 86 30 -
CMYK 0.44 0 0.65 0.66
HSL 100.71º 0.48% 0.23% -
HSV(B) 100.71º 0.65% 0.34% -
XYZ 4.78 7.38 2.4 -
YUV 68.25 106.41 113.55 -
System Red Green Blue C M Y K H S L
Decimal 48 86 30 0.44 0 0.65 0.66 100.71 0.48 0.23
Hex 30 56 1E 2C 0 41 42 65 30 17
Octal 60 126 36 54 0 101 102 145 60 27
Binary 110000 1010110 11110 101100 0 1000001 1000010 1100101 110000 10111

Color Harmonies of #30561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30561E

Black with #30561E

Text Example


Text Example

White with #30561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30561E; }

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

 H1.HeaderClassName
 {
   color: #30561E;
 }
 .AnyTagClassName
 {
   color: #30561E;
 }
</style>

background-color css

<style>
 a { background-color: #30561E; }

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

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

border-color css

<style>
 span { border-color: #30561E; }

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

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